turns out this is a upstream bug. The fix should probably be pushed to nixpkgs.
This commit is contained in:
Robin Raymond 2017-09-13 11:49:33 +02:00
parent 096cd29f51
commit bf7099d389
1 changed files with 2 additions and 1 deletions

View File

@ -77,11 +77,12 @@ in
# Create dkim certificates
systemd.services.rmilter = {
requires = [ "rmilter.socket" ];
after = [ "rmilter.socket" ];
preStart =
''
${create_dkim_cert}
'';
};
};
}