From 87642b8d0205f577ea7d8316efdfef3a3df30a8e Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 3 Aug 2025 21:40:43 -0500 Subject: [PATCH] feat: testing comfy --- systems/ceres/config/comfyui.nix | 1 + 1 file changed, 1 insertion(+) 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 -" ];