diff options
Diffstat (limited to 'services/immich.nix')
| -rw-r--r-- | services/immich.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/immich.nix b/services/immich.nix index b1a6a6f..1f6fe22 100644 --- a/services/immich.nix +++ b/services/immich.nix @@ -95,7 +95,7 @@ in services.nginx.virtualHosts = { "img.rnrd.eu" = { - enableACME = true; + useACMEHost = "rnrd.eu"; forceSSL = true; locations."/" = { proxyPass = "http://${me.tailscale.ip}:${toString immichLocalPort}"; |
