Remove the GitLab runner related code

This commit is contained in:
Antoine Eiche 2020-04-19 15:12:19 +02:00
parent b5263680a4
commit b0647c95c9
3 changed files with 1 additions and 49 deletions

View file

@ -1,11 +1,3 @@
{
security.dhparams.defaultBitSize = 1024; # minimum size required by dovecot
# 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
'';
}