fix: change sops path for winters

This commit is contained in:
Swarsel 2024-09-23 22:28:38 +02:00
parent 3686ae3120
commit 9e6fd597b2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};

View file

@ -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;
};