MyNixOS website logo
option

services.headplane.settings.headscale.url

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://.

Declarations
Type
string
Default
http://127.0.0.1:${toString config.services.headscale.port}
Example
"https://headscale.example.com"