services.home-assistant.config.http.server_host

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
<nixpkgs/nixos/modules/services/home-automation/home-assistant.nix>