lower dhparam bits, for faster tests

Make a tests/lib/config.nix file that is imported into the configuration
of all testing VMs.
This commit is contained in:
Joey Hewitt 2019-06-30 02:43:29 -06:00
parent 4e8fbac580
commit 05d963e751
4 changed files with 13 additions and 0 deletions

3
tests/lib/config.nix Normal file
View file

@ -0,0 +1,3 @@
{
security.dhparams.defaultBitSize = 16; # really low for quicker tests
}