diff options
Diffstat (limited to 'secrets/default.nix')
| -rw-r--r-- | secrets/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/secrets/default.nix b/secrets/default.nix index 4571e52..2254909 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -1,6 +1,8 @@ { age = { identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; - secrets = {}; + secrets = { + "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age; + }; }; } |
