MyNixOS website logo
option

services.koito.environment

Environment variables to pass to the Koito service. See https://koito.io/reference/configuration/ for available options.

Declarations
Type
open submodule of attribute set of string
Default
{ }
Example
{
  KOITO_DEFAULT_THEME = "black";
  KOITO_LOGIN_GATE = "true";
}