auth01: fix secret path
Some checks failed
Run nix flake check / flake-check (push) Failing after 1m54s

This commit is contained in:
2025-12-06 11:07:53 +01:00
parent 48df2bf199
commit 78efc4f592

View File

@@ -15,7 +15,7 @@
ldap_base_dn = "dc=home,dc=2rjus,dc=net";
ldap_user_email = "admin@home.2rjus.net";
ldap_user_dn = "admin";
ldap_user_pass_file = config.sops.secrets.authelia_ldap_password.path;
ldap_user_pass_file = config.sops.secrets.lldap_user_pass.path;
ldaps_options = {
enabled = true;
port = 6360;