services.headscale.settings.oidc.allowed_domains

Allowed principal domains. if an authenticated user's domain is not in this list authentication request will be rejected.

Type
list of string
Default
[ ]
Example
[
  "example.com"
]
Declared
<nixpkgs/nixos/modules/services/networking/headscale.nix>