...Which is in cfg

This commit is contained in:
niten 2023-09-25 10:10:41 -07:00
parent 71df6acf68
commit 96e0f4756c
1 changed files with 2 additions and 2 deletions

View File

@ -200,12 +200,12 @@ in {
passdb { passdb {
driver = ldap driver = ldap
args = ${ldap-conf} args = ${cfg.ldap-conf}
} }
userdb = { userdb = {
driver = ldap driver = ldap
args = ${ldap-conf} args = ${cfg.ldap-conf}
} }
service auth { service auth {