mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: testing comfy
This commit is contained in:
parent
4db9fd2c39
commit
abc5f6dee4
1 changed files with 1 additions and 4 deletions
|
@ -75,10 +75,7 @@ in
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStartPre = [
|
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p /var/lib/comfyui/custom_nodes";
|
||||||
"${pkgs.coreutils}/bin/mkdir -p /var/lib/comfyui/custom_nodes"
|
|
||||||
"${pkgs.coreutils}/bin/chown comfyui:comfyui /var/lib/comfyui/custom_nodes"
|
|
||||||
];
|
|
||||||
ExecStart = "${cfg.package}/bin/comfyui --port ${toString cfg.port} --listen ${cfg.host}";
|
ExecStart = "${cfg.package}/bin/comfyui --port ${toString cfg.port} --listen ${cfg.host}";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
User = "comfyui";
|
User = "comfyui";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue