From c69a5189925637910c1e5ceb9ce8b45992390521 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 29 Dec 2024 23:23:18 +0100 Subject: Reload on name secret change Signed-off-by: Mel --- configuration/specimen.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration/specimen.nix') diff --git a/configuration/specimen.nix b/configuration/specimen.nix index 53732b9..4620e47 100644 --- a/configuration/specimen.nix +++ b/configuration/specimen.nix @@ -15,6 +15,9 @@ port = 4444; openFirewall = true; - namePath = config.age.secrets.name.path; + # we pass the entire agenix secret, + # so we can see both the encrypted and the + # decrypted path. + nameSecret = config.age.secrets.name; }; } -- cgit 1.4.1