move authelia ldap password file

This commit is contained in:
2023-08-17 01:15:34 +02:00
parent 9f88466440
commit 0b2a92fcf1

View File

@@ -20,7 +20,10 @@
jwtSecretFile = config.sops.secrets.authelia-jwt-secret.path;
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption-key.path;
sessionSecretFile = config.sops.secrets.authelia-session-secret.path;
authenticationBackendLDAPPasswordFile = config.sops.secrets.authelia-backend-ldap-password.path;
};
environmentVariables = {
"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE" = config.sops.secrets.authelia-backend-ldap-password.path;
};
settings = {
theme = "dark";