summary refs log tree commit diff
path: root/configuration/specimen.nix
diff options
context:
space:
mode:
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;
   };
 }