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:
Simon Bruder 2021-12-08 17:14:58 +01:00 committed by jalr
parent 7b0d60428d
commit 8f41a91c54
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
./base.nix
./nix.nix
./pubkeys.nix
./sops.nix
./tools.nix
];
}

3
modules/sops.nix Normal file
View file

@ -0,0 +1,3 @@
{
sops.defaultSopsFile = ../secrets.yaml;
}

0
secrets.yaml Normal file
View file