diff options
Diffstat (limited to 'hosts/ganymede/config.nix')
| -rw-r--r-- | hosts/ganymede/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 822a843..50ef29a 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -4,7 +4,7 @@ secrets = { "williams-psk".file = ./williams-psk.age; - "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age; + "caddy-env".file = ./caddy-env.age; }; terminal = { @@ -40,7 +40,7 @@ forgejo.enable = true; caddy = { enable = true; - envFile = config.collinux.secrets."caddy-tailscale-authkey".path; + envFile = config.collinux.secrets."caddy-env".path; }; }; }; |
