services.headscale.settings.oidc.allowed_users

NixOS option

Users allowed to authenticate even if not in allowedDomains.

type: list of string
Default
[ ]
Example
[
  "alice@example.com"
]
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →