services.homepage-dashboard.allowedHosts

Hosts that homepage-dashboard will be running under. You will want to change this in order to acess homepage from anything other than localhost. see the upsream documentation:

https://gethomepage.dev/installation/#homepage_allowed_hosts

Type
string
Default
"localhost:8082,127.0.0.1:8082"
Example
"example.com"
Declared
<nixpkgs/nixos/modules/services/misc/homepage-dashboard.nix>