services.comfyui.listen

NixOS option

The host addresses on which ComfyUI should listen.

type: list of string
Default
[
  "127.0.0.1"
  "::1"
]
Example
[
  "0.0.0.0"
  "::"
]
declared in: nixos/modules/services/misc/comfyui.nixView source on NixOS/nixpkgs →