fix port opening on wrong host

This commit is contained in:
2025-07-02 10:30:18 +02:00
parent ec38db785c
commit e06f0f2b30
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
networking.hostName = "hurricane"; networking.hostName = "hurricane";
# Network security specific to host # Network security specific to host
networking.firewall.allowedTCPPorts = [3000]; networking.firewall.allowedTCPPorts = [];
networking.firewall.allowedUDPPorts = []; networking.firewall.allowedUDPPorts = [];
# Intel GPU support # Intel GPU support

View File

@ -23,7 +23,7 @@
]; ];
# Network security specific to host # Network security specific to host
networking.firewall.allowedTCPPorts = []; networking.firewall.allowedTCPPorts = [3000];
networking.firewall.allowedUDPPorts = []; networking.firewall.allowedUDPPorts = [];
# host-specific packages # host-specific packages