more changes

This commit is contained in:
Joshua Bell 2026-02-02 16:46:51 -06:00
parent d9c77742a9
commit 068ebc7b31

View file

@ -82,7 +82,7 @@ in
vpnNamespaces.wg.portMappings = [ vpnNamespaces.wg.portMappings = [
{ {
from = port; from = internalPort;
to = internalPort; to = internalPort;
} }
]; ];
@ -99,7 +99,7 @@ in
]; ];
locations."/" = { locations."/" = {
proxyWebsockets = true; proxyWebsockets = true;
proxyPass = "http://192.168.15.1:${toString port}"; proxyPass = "http://192.168.15.1:${toString internalPort}";
}; };
}; };
}; };