sops debugging

This commit is contained in:
2026-03-04 14:08:14 +01:00
parent e02f25df18
commit 927b203af7
4 changed files with 5 additions and 9 deletions

View File

@@ -4,6 +4,6 @@
environment.systemPackages = [ pkgs.age pkgs.sops ];
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFile = ../secrets/secrets.yaml;
};
}