diff --git a/hosts/hurricane/configuration.nix b/hosts/hurricane/configuration.nix index 5a22e29..b08e947 100644 --- a/hosts/hurricane/configuration.nix +++ b/hosts/hurricane/configuration.nix @@ -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 diff --git a/hosts/wildfire/configuration.nix b/hosts/wildfire/configuration.nix index 37ed97f..6203c86 100644 --- a/hosts/wildfire/configuration.nix +++ b/hosts/wildfire/configuration.nix @@ -23,7 +23,7 @@ ]; # Network security specific to host - networking.firewall.allowedTCPPorts = []; + networking.firewall.allowedTCPPorts = [3000]; networking.firewall.allowedUDPPorts = []; # host-specific packages