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 -" ];