nix-gscheits/modules/sops.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

3 lines
46 B
Nix

{
sops.defaultSopsFile = ../secrets.yaml;
}