services.headplane.settings.oidc.redirect_uri

NixOS option

Deprecated OIDC redirect URI. Use services.headplane.settings.server.base_url instead; Headplane derives the callback URL from it.

type: null or string
Default
null
Example
"https://headplane.example.com/admin/oidc/callback"
declared in: nixos/modules/services/networking/headplane.nixView source on NixOS/nixpkgs →