From b01f84b5d32271853f69adee5c51961ee0330448 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Jul 2025 17:19:02 -0500 Subject: [PATCH] feat: comfyui-test --- systems/ceres/config/comfyui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index a531d16..4a8a209 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -66,8 +66,8 @@ in ]; }; systemd.tmpfiles.rules = [ - "Z ${service.paths.path0} 755 root root -" - "Z ${service.sops.path0}/models 755 ${service.name} ${service.name} -" + "Z ${service.paths.path0}/models 755 root root -" + "Z ${service.sops.path0} 755 caddy caddy -" ]; users.users.${service.name}.extraGroups = [