From 6007e9f21493bc05d52b3c99f971b990de5dff9b Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 7 Jul 2025 09:54:30 +0200 Subject: [PATCH] wildfire: 429 current 2025-07-07 09:54:23 25.05.20250705.29e2900 6.15.4 * change OpenWebUI port --- hosts/wildfire/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/wildfire/configuration.nix b/hosts/wildfire/configuration.nix index 6203c86..0a966c4 100644 --- a/hosts/wildfire/configuration.nix +++ b/hosts/wildfire/configuration.nix @@ -23,7 +23,9 @@ ]; # Network security specific to host - networking.firewall.allowedTCPPorts = [3000]; + networking.firewall.allowedTCPPorts = [ + 3773 # OpenWebUI + ]; networking.firewall.allowedUDPPorts = []; # host-specific packages