services.lldap.environment

NixOS option

Environment variables passed to the service. Any config option name prefixed with LLDAP_ takes priority over the one in the configuration file.

type: attribute set of string
Default
{ }
Example
{
  LLDAP_JWT_SECRET_FILE = "/run/lldap/jwt_secret";
  LLDAP_LDAP_USER_PASS_FILE = "/run/lldap/user_password";
}
declared in: nixos/modules/services/databases/lldap.nixView source on NixOS/nixpkgs →