Correct env file name
This commit is contained in:
parent
3a1b74863c
commit
cc68d1c6a1
|
@ -262,7 +262,8 @@ in {
|
||||||
|
|
||||||
sssd = {
|
sssd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = "/run/dovecotSecrets/sssd.env";
|
# FIXME: pass as config
|
||||||
|
environmentFile = "/run/dovecot-secret/sssd.env";
|
||||||
config = ''
|
config = ''
|
||||||
[nss]
|
[nss]
|
||||||
filter_users = root
|
filter_users = root
|
||||||
|
|
Loading…
Reference in New Issue