From 068ebc7b31dcdac15c794bc5957614158fa095bb Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 2 Feb 2026 16:46:51 -0600 Subject: [PATCH] more changes --- hosts/h001/mods/youtarr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/h001/mods/youtarr.nix b/hosts/h001/mods/youtarr.nix index 9443c3b7..51b153ff 100644 --- a/hosts/h001/mods/youtarr.nix +++ b/hosts/h001/mods/youtarr.nix @@ -82,7 +82,7 @@ in vpnNamespaces.wg.portMappings = [ { - from = port; + from = internalPort; to = internalPort; } ]; @@ -99,7 +99,7 @@ in ]; locations."/" = { proxyWebsockets = true; - proxyPass = "http://192.168.15.1:${toString port}"; + proxyPass = "http://192.168.15.1:${toString internalPort}"; }; }; };