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
5e9eebe0c0
commit
34d98ee5e4
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ in
|
|||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p /var/lib/comfyui/custom_nodes";
|
||||
ExecStartPre = [
|
||||
"${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}";
|
||||
Restart = "on-failure";
|
||||
User = "comfyui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue