2019-06-30 10:43:29 +02:00
|
|
|
{
|
|
|
|
security.dhparams.defaultBitSize = 16; # really low for quicker tests
|
2019-07-01 19:32:30 +02:00
|
|
|
|
|
|
|
# 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.
|
|
|
|
environment.etc."systemd/system.conf.d/bigdefaulttimeout.conf".text = ''
|
|
|
|
[Manager]
|
|
|
|
# Allow extremely slow start (default for test-VMs is 5 minutes)
|
|
|
|
DefaultTimeoutStartSec=15min
|
|
|
|
'';
|
2019-06-30 10:43:29 +02:00
|
|
|
}
|