nixos/machines/Sheol/sops.nix

15 lines
184 B
Nix
Raw Normal View History

2024-11-15 21:58:10 +01:00
{
config,
lib,
...
}:
{
2024-11-15 21:58:10 +01:00
sops = {
defaultSopsFile = ./secrets.yaml;
age = {
keyFile = "/persist/var/lib/sops-nix/key.txt";
generateKey = true;
};
};
}