sops: init
This adds a sops module that sets the default secrets file. This is needed for sops to work on each host.
This commit is contained in:
parent
7b0d60428d
commit
8f41a91c54
3 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
./base.nix
|
./base.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./pubkeys.nix
|
./pubkeys.nix
|
||||||
|
./sops.nix
|
||||||
./tools.nix
|
./tools.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
modules/sops.nix
Normal file
3
modules/sops.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
sops.defaultSopsFile = ../secrets.yaml;
|
||||||
|
}
|
||||||
0
secrets.yaml
Normal file
0
secrets.yaml
Normal file
Loading…
Add table
Add a link
Reference in a new issue