nix-gscheits/modules/default.nix
Simon Bruder 8f41a91c54 sops: init
This adds a sops module that sets the default secrets file.
This is needed for sops to work on each host.
2021-12-16 00:42:43 +00:00

9 lines
101 B
Nix

{
imports = [
./base.nix
./nix.nix
./pubkeys.nix
./sops.nix
./tools.nix
];
}