nixos-mailserver/tests/lib/config.nix
Joey Hewitt 05d963e751 lower dhparam bits, for faster tests
Make a tests/lib/config.nix file that is imported into the configuration
of all testing VMs.
2019-07-06 21:08:26 -06:00

4 lines
78 B
Nix

{
security.dhparams.defaultBitSize = 16; # really low for quicker tests
}