From 9e6fd597b284e5e4c2a575873633285b13a274aa Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 23 Sep 2024 22:28:38 +0200 Subject: [PATCH] fix: change sops path for winters --- SwarselSystems.org | 2 +- profiles/server/common/sops.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; };