From 4f2bb588ac32056f8eb6d470cd6f07f8936fae31 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 27 Aug 2025 18:05:21 +0530 Subject: chore(common): drop hostname from age key path --- os/common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/configuration.nix') 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 = { -- cgit v1.2.3