diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index 9501a1a..9f58f22 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -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";