Remove Nix options not needed by the new queue runner

This commit is contained in:
Eelco Dolstra 2015-07-01 11:40:00 +02:00
parent 3c665dac82
commit 1e87b15f91

View file

@ -175,15 +175,6 @@ in
# The default (`true') slows Nix down a lot since the build farm
# has so many GC roots.
gc-check-reachability = false
# Hydra needs caching of build failures.
build-cache-failure = true
build-poll-interval = 10
# Online log compression makes it impossible to get the tail of
# builds that are in progress.
build-compress-log = false
'';
nix.trustedUsers = [ "hydra" ];