mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: comfyui-test
This commit is contained in:
parent
41f69228a9
commit
cbb131af43
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ in
|
|||
};
|
||||
|
||||
fileSystems."/var/lib/${service.name}" = {
|
||||
device = service.paths.path0;
|
||||
device = "${service.paths.path0}/models";
|
||||
fsType = "none";
|
||||
options = [
|
||||
"bind"
|
||||
|
@ -67,7 +67,7 @@ in
|
|||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
"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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue