services.headplane.settings.headscale.url
NixOS option
The URL to your Headscale instance. All API requests are routed through this URL. THIS IS NOT the gRPC endpoint, but the HTTP endpoint. IMPORTANT: If you are using TLS this MUST be set to https://.
type: stringDefault
http://127.0.0.1:${toString config.services.headscale.port}Example
declared in: nixos/modules/services/networking/headplane.nixView source on NixOS/nixpkgs →"https://headscale.example.com"