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 = [];