diff --git a/tests/lib/config.nix b/tests/lib/config.nix index b247c66..187dd91 100644 --- a/tests/lib/config.nix +++ b/tests/lib/config.nix @@ -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.