nixos/machines/Ophanim/sops.nix

14 lines
176 B
Nix
Raw Normal View History

2023-09-10 15:35:55 +02:00
{
2023-09-11 20:23:04 +02:00
config,
lib,
...
}: {
2023-09-10 15:35:55 +02:00
sops = {
defaultSopsFile = ./secrets.yaml;
age = {
keyFile = "/var/lib/sops-nix/key.txt";
generateKey = true;
};
};
}