diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index b630f47..ba5fa74 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -61,6 +61,9 @@ in systemd.tmpfiles.rules = [ "Z ${service.sops.path0} 755 caddy caddy -" + "d ${service.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" ]; users.users.${service.name}.extraGroups = [