Include openldap for testing

This commit is contained in:
niten 2023-09-29 14:59:54 -07:00
parent b81cd98065
commit 601f170c28
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ in {
}; };
}; };
# FIXME: TEMPORARY FOR TESTING
environment.systemPackages = [ openldap ];
systemd = { systemd = {
tmpfiles.rules = [ tmpfiles.rules = [
"d ${cfg.state-directory} 0751 ${cfg.mail-user} ${cfg.mail-group} - -" "d ${cfg.state-directory} 0751 ${cfg.mail-user} ${cfg.mail-group} - -"