mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
Compare commits
No commits in common. "c83b20867c7fce6bb2f864875bd72e08da0cf5dd" and "ec834b005070fcf93fb77176d5b4df66d134c13a" have entirely different histories.
c83b20867c
...
ec834b0050
1 changed files with 3 additions and 8 deletions
|
@ -25,11 +25,8 @@ in
|
|||
extensions = with pkgs.comfyuiPackages.extensions; [
|
||||
acly-inpaint
|
||||
acly-tooling
|
||||
kosinkadink-advanced-controlnet
|
||||
kosinkadink-animatediff-evolved
|
||||
kosinkadink-video-helper-suite
|
||||
lev145-images-grid
|
||||
ssitu-ultimate-sd-upscale
|
||||
cubiq-ipadapter-plus
|
||||
fannovel16-controlnet-aux
|
||||
];
|
||||
commandLineArgs = [
|
||||
"--preview-method"
|
||||
|
@ -53,11 +50,9 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue