diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/programs/sops/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/programs/sops/default.nix b/nix/programs/sops/default.nix index 2447935..c8dec69 100644 --- a/nix/programs/sops/default.nix +++ b/nix/programs/sops/default.nix @@ -17,8 +17,7 @@ in ]; sops = { - defaultSopsFile = config.dotfilesPath + "/hosts/${config.hostName}/secrets.yaml"; - validateSopsFiles = false; + defaultSopsFile = ../../../secrets.yaml; gnupg.home = config.homePath + "/.gnupg"; gnupg.sshKeyPaths = []; |