services.headscale.settings.oidc.extra_params
NixOS option
Custom query parameters to send with the Authorize Endpoint request.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →{
domain_hint = "example.com";
}