diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 07:30:27 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 07:30:27 +0530 |
commit | e4b40ebf7231b6b4f7925ce84564538c4197c39f (patch) | |
tree | b0aa37c2124e12930f389dac40b770d2760d62fa | |
parent | 59cff59006b51135877edf8e5d1b3045e406b0c3 (diff) |
sops: update keyfile location
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ in # sops sops = { defaultSopsFile = ./hosts/${host}/secrets.yaml; - age.keyFile = "/var/secrets/sops-nix/keys.txt"; + age.keyFile = "/var/secrets/sops.key"; }; # programs |