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 7ee8c70..a737373 100644
--- a/common.nix
+++ b/common.nix
@@ -21,7 +21,7 @@ in
sops = {
defaultSopsFile = ./hosts/${host}/secrets.yaml;
- age.keyFile = "/var/secrets/sops.key";
+ age.keyFile = "/var/secrets/${host}.sops";
};
system.stateVersion = "23.11";
nix.settings.experimental-features = [ "flakes" "nix-command" ];