diff options
Diffstat (limited to 'configuration')
| -rw-r--r-- | configuration/specimen.nix | 5 |
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; }; } |
