mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-29 12:30:34 +05:00
fix issue #8
turns out this is a upstream bug. The fix should probably be pushed to nixpkgs.
This commit is contained in:
parent
096cd29f51
commit
bf7099d389
@ -77,11 +77,12 @@ in
|
|||||||
|
|
||||||
# Create dkim certificates
|
# Create dkim certificates
|
||||||
systemd.services.rmilter = {
|
systemd.services.rmilter = {
|
||||||
|
requires = [ "rmilter.socket" ];
|
||||||
|
after = [ "rmilter.socket" ];
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
${create_dkim_cert}
|
${create_dkim_cert}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user