From 207162c139dffa2696bc7e949b85da47ce28d17b Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 12 Feb 2025 18:50:02 +0100 Subject: Switch services and hosts to wildcard renard certificate Signed-off-by: Mel --- services/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/immich.nix') 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}"; -- cgit 1.4.1