From 78efc4f5923ee290c706bd11c5cb18d60efc2444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 6 Dec 2025 11:07:53 +0100 Subject: [PATCH] auth01: fix secret path --- services/lldap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/lldap/default.nix b/services/lldap/default.nix index a29914f..94bb047 100644 --- a/services/lldap/default.nix +++ b/services/lldap/default.nix @@ -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;