services.netbox.settings.ALLOWED_HOSTS

A list of valid fully-qualified domain names (FQDNs) and/or IP addresses that can be used to reach the NetBox service.

Type
list of string
Default
[
  "*"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/netbox.nix>