diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 11:31:00 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 11:31:00 +0530 |
commit | 08f6d527cb4ba5ee4115ebb9ee1d8b04bbf167ac (patch) | |
tree | 0b557291d89c8907bb7a5f98de5ce95aa7e9fecb /common.nix | |
parent | e6f5baba683a515ca90ee62d0b06c724fa8e3693 (diff) |
sops: refactor
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ]; |