services.headscale.settings.oidc.allowed_domains

NixOS option

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 in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →