services.pangolin.dashboardDomain

NixOS option

The domain where the application will be hosted. This is used for many things, including generating links. You can run Pangolin on a subdomain or root domain. Do not prefix with http or https.

type: string
Default
"pangolin.\${config.services.pangolin.baseDomain}"
Example
"auth.example.com"
declared in: nixos/modules/services/networking/pangolin.nixView source on NixOS/nixpkgs →