diff options
| author | Mel <mel@rnrd.eu> | 2025-02-12 18:50:02 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-02-12 18:54:57 +0100 |
| commit | 207162c139dffa2696bc7e949b85da47ce28d17b (patch) | |
| tree | b72f15fa49ccbe43dfb0cf19809d46adb42555d5 /services/immich.nix | |
| parent | 2d90edb0be0ec6063a646b4473d1663179dd55fc (diff) | |
| download | network-207162c139dffa2696bc7e949b85da47ce28d17b.tar.zst network-207162c139dffa2696bc7e949b85da47ce28d17b.zip | |
Switch services and hosts to wildcard renard certificate
Signed-off-by: Mel <mel@rnrd.eu>
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}"; |
