services.homepage-dashboard.allowedHosts

NixOS option

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 in: nixos/modules/services/misc/homepage-dashboard.nixView source on NixOS/nixpkgs →