diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-27 18:05:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-27 18:05:21 +0530 |
commit | 4f2bb588ac32056f8eb6d470cd6f07f8936fae31 (patch) | |
tree | ffc4470e4111aa5512468d6cb8bd0c193df69590 /os/common/configuration.nix | |
parent | a94f583b1ee575b6ca819a79edd93ed26758fc98 (diff) |
chore(common): drop hostname from age key path
Diffstat (limited to 'os/common/configuration.nix')
-rw-r--r-- | os/common/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 5c06075..7b6b956 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -46,7 +46,7 @@ in sops = { defaultSopsFile = ../${host}/secrets.yaml; - age.keyFile = "/var/secrets/${host}.sops"; + age.keyFile = "/var/lib/sops-nix/key.txt"; }; boot = { |