From 4db9fd2c39ff228d22ecd82b88e1ea1acfbe7df5 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 3 Aug 2025 21:50:19 -0500 Subject: [PATCH] feat: testing comfy --- systems/ceres/config/comfyui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 9e2534c..08f4cf4 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -66,7 +66,7 @@ in ]; }; systemd.tmpfiles.rules = [ - "d /var/lib/${service.name}/custom_nodes 755 ${service.name} ${service.name} -" + # "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 -" ];