mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: added comfy ui
This commit is contained in:
parent
08e7a47c6a
commit
350bf2a00d
2 changed files with 5 additions and 11 deletions
|
@ -39,6 +39,7 @@ in
|
|||
"vaultwarden"
|
||||
"vboxusers"
|
||||
"wheel"
|
||||
"comfyui"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,13 +5,9 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.machines.devices)
|
||||
ceres
|
||||
;
|
||||
inherit (flake.config.services.instances)
|
||||
comfyui
|
||||
web
|
||||
;
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
inherit (flake.config.services.instances) comfyui web;
|
||||
inherit (flake.config.people) user0;
|
||||
service = comfyui;
|
||||
localhost = web.localhost.address1;
|
||||
in
|
||||
|
@ -49,13 +45,10 @@ in
|
|||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
|
||||
"Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
|
||||
"Z ${service.paths.path0} 755 ${user0} ${service.name} -"
|
||||
];
|
||||
|
||||
users.users.${service.name}.extraGroups = [
|
||||
"nginx"
|
||||
"caddy"
|
||||
"users"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue