Ugh, I'll eventually get this right

This commit is contained in:
niten 2023-10-01 21:56:31 -07:00
parent cc68d1c6a1
commit f2859a40fe
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ in {
sssd = { sssd = {
enable = true; enable = true;
# FIXME: pass as config # FIXME: pass as config
environmentFile = "/run/dovecot-secret/sssd.env"; environmentFile = "/run/dovecot-secrets/sssd.env";
config = '' config = ''
[nss] [nss]
filter_users = root filter_users = root

View File

@ -214,7 +214,7 @@ in {
"SSSD_LDAP_BIND_DN=${cfg.ldap.bind-dn}" "SSSD_LDAP_BIND_DN=${cfg.ldap.bind-dn}"
"SSSD_LDAP_AUTH_TOKEN=${readFile cfg.ldap.bind-password-file}" "SSSD_LDAP_AUTH_TOKEN=${readFile cfg.ldap.bind-password-file}"
]); ]);
target-file = "/run/dovecot-secret/sssd.env"; target-file = "/run/dovecot-secrets/sssd.env";
}; };
dovecotLdapConfig = { dovecotLdapConfig = {