MyNixOS website logo
option

services.comfyui.listen

The host addresses on which ComfyUI should listen.

Declarations
Type
list of string
Default
[
  "127.0.0.1"
  "::1"
]
Example
[
  "0.0.0.0"
  "::"
]