Make a tests/lib/config.nix file that is imported into the configuration of all testing VMs.
4 lines
78 B
Nix
4 lines
78 B
Nix
{
|
|
security.dhparams.defaultBitSize = 16; # really low for quicker tests
|
|
}
|