summaryrefslogtreecommitdiffstats
path: root/tests/lib/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/config.nix')
-rw-r--r--tests/lib/config.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/lib/config.nix b/tests/lib/config.nix
deleted file mode 100644
index b247c66..0000000
--- a/tests/lib/config.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- security.dhparams.defaultBitSize = 16; # really low for quicker tests
-
- # 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
- '';
-}