fix port opening on wrong host
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
networking.hostName = "hurricane";
|
||||
|
||||
# Network security specific to host
|
||||
networking.firewall.allowedTCPPorts = [3000];
|
||||
networking.firewall.allowedTCPPorts = [];
|
||||
networking.firewall.allowedUDPPorts = [];
|
||||
|
||||
# Intel GPU support
|
||||
|
@ -23,7 +23,7 @@
|
||||
];
|
||||
|
||||
# Network security specific to host
|
||||
networking.firewall.allowedTCPPorts = [];
|
||||
networking.firewall.allowedTCPPorts = [3000];
|
||||
networking.firewall.allowedUDPPorts = [];
|
||||
|
||||
# host-specific packages
|
||||
|
Reference in New Issue
Block a user