MyNixOS website logo
option

services.headplane.settings.oidc.extra_params

Extra parameters to send to the OIDC provider.

Declarations
Type
null or (attribute set of string)
Default
null
Example
{
  prompt = "consent";
}