Fix dovecot in 19.09+

Dovecot now requires at least 1024bits of dh params.
Test duration seems is not significantly increased.
This commit is contained in:
Xavier Vello 2019-12-14 19:50:09 +01:00
parent 5fb707e61a
commit 43df84e1a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
security.dhparams.defaultBitSize = 16; # really low for quicker tests
security.dhparams.defaultBitSize = 1024; # minimum size required by dovecot
# For slow non-kvm tests.
# nixos/modules/testing/test-instrumentation.nix also sets this. I don't know if there's a better way than etc to override theirs.