feat: comfyui-test

This commit is contained in:
Nick 2025-07-29 17:07:12 -05:00
parent a3abcf8293
commit 41f69228a9

View file

@ -66,7 +66,7 @@ in
]; ];
}; };
systemd.tmpfiles.rules = [ 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 -" "Z ${service.sops.path0} 755 caddy caddy -"
]; ];