From 41f69228a98a747dab7e8053c74afaf676d42b04 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 17:07:12 -0500 Subject: [PATCH] feat: comfyui-test --- 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 675e1ab..ccbdff3 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -66,7 +66,7 @@ in ]; }; systemd.tmpfiles.rules = [ - "Z ${service.paths.path0} 755 ${service.name} ${service.name} -" + "Z ${service.paths.path0} 755 root root -" "Z ${service.sops.path0} 755 caddy caddy -" ];