fix port opening on wrong host
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user