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 --- modules/jellyfin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/jellyfin.nix') diff --git a/modules/jellyfin.nix b/modules/jellyfin.nix index 6494fc6..48c8f47 100644 --- a/modules/jellyfin.nix +++ b/modules/jellyfin.nix @@ -9,7 +9,7 @@ services.nginx.virtualHosts = { "jelly.rnrd.eu" = { - enableACME = true; + useACMEHost = "rnrd.eu"; forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:8096"; -- cgit 1.4.1