auth01: fix secret path
Some checks failed
Run nix flake check / flake-check (push) Failing after 1m54s
Some checks failed
Run nix flake check / flake-check (push) Failing after 1m54s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user