From 2085a2de546ae64657068964b3e5513e1dad052a Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Jul 2025 17:26:31 -0500 Subject: [PATCH] feat: added comfy ui --- systems/ceres/config/comfyui.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 7fdc26d..a652cc8 100644 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -1,5 +1,14 @@ -{ config, pkgs, ... }: { + config, + pkgs, + flake, + ... +}: +{ + nixpkgs.overlays = [ + flake.inputs.nix-comfyui.overlays.default + ]; + services.comfyui = { enable = true; openFirewall = true;