From d29bd36ada0ef94f13f1263abbc31f37b346a1ee Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 27 Jul 2025 16:21:05 +0200 Subject: [PATCH] wildfire: 448 current 2025-07-27 16:20:57 25.05.20250718.f01fe91 6.15.7 * --- hosts/wildfire/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wildfire/configuration.nix b/hosts/wildfire/configuration.nix index 0a966c4..f1bd05e 100644 --- a/hosts/wildfire/configuration.nix +++ b/hosts/wildfire/configuration.nix @@ -24,7 +24,7 @@ # Network security specific to host networking.firewall.allowedTCPPorts = [ - 3773 # OpenWebUI + 8081 # Expo ]; networking.firewall.allowedUDPPorts = [];