diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index db71319..9e2534c 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -66,6 +66,7 @@ in ]; }; systemd.tmpfiles.rules = [ + "d /var/lib/${service.name}/custom_nodes 755 ${service.name} ${service.name} -" "Z ${service.paths.path0}/models 755 root root -" "Z ${service.sops.path0} 755 caddy caddy -" ];