Include openldap for testing
This commit is contained in:
parent
b81cd98065
commit
601f170c28
|
@ -186,6 +186,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# FIXME: TEMPORARY FOR TESTING
|
||||
environment.systemPackages = [ openldap ];
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
"d ${cfg.state-directory} 0751 ${cfg.mail-user} ${cfg.mail-group} - -"
|
||||
|
|
Loading…
Reference in New Issue