From 08f6d527cb4ba5ee4115ebb9ee1d8b04bbf167ac Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Jan 2024 11:31:00 +0530 Subject: sops: refactor --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') 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" ]; -- cgit v1.2.3