diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 23:23:18 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 23:23:18 +0100 |
| commit | c69a5189925637910c1e5ceb9ce8b45992390521 (patch) | |
| tree | 5e1fc73c9be24c3647d016d6e73be033f4d79a24 /configuration | |
| parent | a5d23c80aee2e93436dc2ee09f3710975958d2dc (diff) | |
| download | specimen-step-3.tar.zst specimen-step-3.zip | |
Reload on name secret change step-3
Signed-off-by: Mel <einebeere@gmail.com>
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; }; } |
