From 85eb79f2947843f7a5e334a1aea18a2c73061b5f Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 14:18:41 -0500 Subject: [PATCH] 162 current 2025-10-09 14:06:28 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/jellyfin/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/homelab/services/jellyfin/default.nix b/modules/homelab/services/jellyfin/default.nix index 47ae9bf..d172700 100644 --- a/modules/homelab/services/jellyfin/default.nix +++ b/modules/homelab/services/jellyfin/default.nix @@ -77,8 +77,7 @@ in sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; locations."/" = { - proxyPass = "http://127.0.0.1:8096"; - #proxyPass = "http://127.0.0.1:${toString cfg.port}"; + proxyPass = "http://127.0.0.1:${toString cfg.port}"; }; }; # external reverse proxy entry