diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ in # sops sops = { - defaultSopsFile = "./${host}/secrets.yaml"; + defaultSopsFile = ./hosts/${host}/secrets.yaml; age.keyFile = "/var/secrets/sops-nix/key.txt"; }; |