From 7dc5ce418e4d617ce3b761b916130090fc592659 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 00:58:12 -0500 Subject: [PATCH] 20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 * --- modules/homelab/services/arr/sonarr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/arr/sonarr/default.nix b/modules/homelab/services/arr/sonarr/default.nix index 30455ee..f9b7104 100644 --- a/modules/homelab/services/arr/sonarr/default.nix +++ b/modules/homelab/services/arr/sonarr/default.nix @@ -57,7 +57,7 @@ in sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path; sslCertificateKey = config.sops.secrets."ssl_blakedheld_key".path; locations."/" = { - proxyPass = "http://127.0.0.1:${toString port}"; + proxyPass = "http://127.0.0.1:${toString cfg.port}"; }; }; };