wip
This commit is contained in:
parent
35d687500b
commit
a46a304ae1
10 changed files with 237 additions and 1 deletions
|
@ -1,5 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
sops-master
|
||||
gnupg
|
||||
];
|
||||
|
||||
sops = {
|
||||
package = pkgs.sops-master;
|
||||
|
||||
defaultSopsFile = ../secrets/test.yaml;
|
||||
|
||||
secrets.hello = { };
|
||||
};
|
||||
|
||||
environment.etc."teste-sops" = {
|
||||
text = config.sops.secrets.hello.path;
|
||||
};
|
||||
|
||||
age = {
|
||||
identityPaths = [ "/root/.ssh/id_rsa" ];
|
||||
secrets.lelgenio-cachix.file = ../secrets/lelgenio-cachix.age;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue