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;