diff --git a/SwarselSystems.org b/SwarselSystems.org index d932eff..4a73216 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6566,7 +6566,7 @@ Also, the system state version is set here. No need to touch it. { sops = { age.sshKeyPaths = [ "/etc/ssh/sops" ]; - defaultSopsFile = "/.dotfiles/secrets/server/secrets.yaml"; + defaultSopsFile = "/.dotfiles/secrets/server/winters/secrets.yaml"; validateSopsFiles = false; }; diff --git a/profiles/server/common/sops.nix b/profiles/server/common/sops.nix index 1b7c375..eb28e6d 100644 --- a/profiles/server/common/sops.nix +++ b/profiles/server/common/sops.nix @@ -2,7 +2,7 @@ { sops = { age.sshKeyPaths = [ "/etc/ssh/sops" ]; - defaultSopsFile = "/.dotfiles/secrets/server/secrets.yaml"; + defaultSopsFile = "/.dotfiles/secrets/server/winters/secrets.yaml"; validateSopsFiles = false; };