pass wyoming services through altered ports

This commit is contained in:
2025-01-30 09:02:02 -06:00
parent 967cd5e736
commit 8985c8a627
2 changed files with 29 additions and 14 deletions

View File

@@ -97,7 +97,7 @@
hostName = "homebox";
nameservers = [ "1.1.1.1" "1.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 ];
firewall.allowedTCPPorts = [ 22 80 443 8002 8003 8004 8005 ];
firewall.interfaces."ve-traefik".allowedTCPPorts = [
9000
8080