From c83b20867c7fce6bb2f864875bd72e08da0cf5dd Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 16:15:24 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index e1d03ce..19ed901 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -55,9 +55,9 @@ in }; systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" - "d ${service.service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" + "d ${service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -" "r ${config.services.comfyui.package}/custom_nodes" - "L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.service.paths.path0}/custom_nodes" + "L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.paths.path0}/custom_nodes" ]; users.users.${service.name}.extraGroups = [