summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 3517182..6d6b8f1 100644
--- a/common.nix
+++ b/common.nix
@@ -84,7 +84,7 @@ in
# sops
sops = {
- defaultSopsFile = "./${host}/secrets.yaml";
+ defaultSopsFile = ./hosts/${host}/secrets.yaml;
age.keyFile = "/var/secrets/sops-nix/key.txt";
};