summary refs log tree commit diff
path: root/configuration/specimen.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-29 23:23:18 +0100
committerMel <einebeere@gmail.com>2024-12-29 23:23:18 +0100
commitc69a5189925637910c1e5ceb9ce8b45992390521 (patch)
tree5e1fc73c9be24c3647d016d6e73be033f4d79a24 /configuration/specimen.nix
parenta5d23c80aee2e93436dc2ee09f3710975958d2dc (diff)
downloadspecimen-1271c3125d424e238060ca3f6fcc83b63c1d994d.tar.zst
specimen-1271c3125d424e238060ca3f6fcc83b63c1d994d.zip
Reload on name secret change step-3
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'configuration/specimen.nix')
-rw-r--r--configuration/specimen.nix5
1 files changed, 4 insertions, 1 deletions
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;
   };
 }