sops path

This commit is contained in:
TheWanderingCrow 2025-01-03 14:56:49 -05:00
parent 629ed992cd
commit f59d75c146

View file

@ -9,7 +9,7 @@ in
}: {
# Some scafolding for secrets
sops = {
defaultSopsFile = ../../../../nix-secrets/secrets/overseer.json;
defaultSopsFile = ../../../nix-secrets/secrets/overseer.json;
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
};