feat: comfyui-test

This commit is contained in:
Nick 2025-07-29 17:11:19 -05:00
parent 41f69228a9
commit cbb131af43

View file

@ -56,7 +56,7 @@ in
}; };
fileSystems."/var/lib/${service.name}" = { fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0; device = "${service.paths.path0}/models";
fsType = "none"; fsType = "none";
options = [ options = [
"bind" "bind"
@ -67,7 +67,7 @@ in
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 755 root root -" "Z ${service.paths.path0} 755 root root -"
"Z ${service.sops.path0} 755 caddy caddy -" "Z ${service.sops.path0}/models 755 ${service.name} ${service.name} -"
]; ];
users.users.${service.name}.extraGroups = [ users.users.${service.name}.extraGroups = [