chore: clean up sops

This commit is contained in:
Swarsel 2024-12-17 17:26:29 +01:00
parent 67884944a3
commit 21c5e7f5cc
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 211 additions and 323 deletions

View file

@ -2,7 +2,7 @@
{
sops = {
age.sshKeyPaths = lib.mkDefault [ "/etc/ssh/sops" ];
defaultSopsFile = lib.mkDefault "${config.swarselsystems.flakePath}/secrets/server/winters/secrets.yaml";
defaultSopsFile = lib.mkDefault "${config.swarselsystems.flakePath}/secrets/winters/secrets.yaml";
validateSopsFiles = false;
};