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:
parent
5fb707e61a
commit
43df84e1a0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue