From 59957cdc78545939f75a773bd1f268dd015de871 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Jul 2025 20:06:47 -0500 Subject: [PATCH] feat: added python tooling --- systems/ceres/config/comfyui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 5354f71..8165c16 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -18,7 +18,7 @@ in services = { comfyui = { - enable = true; + enable = false; openFirewall = true; host = localhost; package = pkgs.comfyuiPackages.comfyui.override {