From ab734d9e97e24519f554ee01488213b2b32e53b9 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 23 Mar 2026 01:46:01 +0100 Subject: [PATCH] Services/ComfyUI: Open port --- system/nixinator/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index f3cb8850..1774fccb 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -124,6 +124,7 @@ # 31431 # Parsec 5173 # SvelteKit 8090 # PocketBase + 8188 # ComfyUI ]; allowedUDPPorts = [ @@ -134,6 +135,7 @@ # 31431 # Parsec 5173 # SvelteKit 8090 # PocketBase + 8188 # ComfyUI ]; };