services.headscale.settings.oidc.extra_params

NixOS option

Custom query parameters to send with the Authorize Endpoint request.

type: attribute set of string
Default
{ }
Example
{
  domain_hint = "example.com";
}
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →