services.headscale.settings.oidc.scope

NixOS option

Scopes used in the OIDC flow.

type: list of string
Default
[
  "openid"
  "profile"
  "email"
]
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →