From 823d721ac7221d5b6febf6000f575aa89256d1bb Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 1 Jul 2025 18:32:53 +0200 Subject: [PATCH] wildfire: 409 current 2025-07-01 18:32:46 25.05.20250629.b43c397 6.15.4 * allow port 3000 --- hosts/hurricane/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hurricane/configuration.nix b/hosts/hurricane/configuration.nix index b08e947..5a22e29 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 = []; + networking.firewall.allowedTCPPorts = [3000]; networking.firewall.allowedUDPPorts = []; # Intel GPU support