nixos-servers/system/sops.nix

8 lines
150 B
Nix
Raw Normal View History

2024-03-07 22:14:44 +00:00
{ ... }: {
sops = {
defaultSopsFile = ./secrets/secrets.yaml;
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
};
}