MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "example.com"
]