From e06f0f2b3084106517cb38ea02025f49983a5274 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 2 Jul 2025 10:30:18 +0200 Subject: [PATCH] fix port opening on wrong host --- hosts/hurricane/configuration.nix | 2 +- hosts/wildfire/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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