mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
Compare commits
9 commits
ec834b0050
...
c83b20867c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c83b20867c | ||
![]() |
ace055fcb1 | ||
![]() |
bc568a3b05 | ||
![]() |
b0769fbc38 | ||
![]() |
b24aa39b37 | ||
![]() |
6d0109f123 | ||
![]() |
ffb8aa8e02 | ||
![]() |
4fac34ae86 | ||
![]() |
7ff1553eb8 |
1 changed files with 8 additions and 3 deletions
|
@ -25,8 +25,11 @@ in
|
||||||
extensions = with pkgs.comfyuiPackages.extensions; [
|
extensions = with pkgs.comfyuiPackages.extensions; [
|
||||||
acly-inpaint
|
acly-inpaint
|
||||||
acly-tooling
|
acly-tooling
|
||||||
cubiq-ipadapter-plus
|
kosinkadink-advanced-controlnet
|
||||||
fannovel16-controlnet-aux
|
kosinkadink-animatediff-evolved
|
||||||
|
kosinkadink-video-helper-suite
|
||||||
|
lev145-images-grid
|
||||||
|
ssitu-ultimate-sd-upscale
|
||||||
];
|
];
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
"--preview-method"
|
"--preview-method"
|
||||||
|
@ -50,9 +53,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"Z ${service.sops.path0} 755 caddy caddy -"
|
"Z ${service.sops.path0} 755 caddy caddy -"
|
||||||
|
"d ${service.paths.path0}/custom_nodes 0755 ${service.name} ${service.name} -"
|
||||||
|
"r ${config.services.comfyui.package}/custom_nodes"
|
||||||
|
"L+ ${config.services.comfyui.package}/custom_nodes - - - - ${service.paths.path0}/custom_nodes"
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.${service.name}.extraGroups = [
|
users.users.${service.name}.extraGroups = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue