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
87642b8d02
commit
5e9eebe0c0
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ in
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p /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