services.home-assistant.config.http.server_host

NixOS option

Only listen to incoming requests on specific IP/host. The default listed assumes support for IPv4 and IPv6.

type: string or list of string
Default
[
  "0.0.0.0"
  "::"
]
Example
"::1"
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →