svn path=/configurations/trunk/tud/; revision=25530
svn path=/configurations/trunk/tud/; revision=25530
Eelco Dolstra committed
Jan 13, 2011 at 09:08 UTC
2c4c2badf636f176ae16fee5204b994f19766ed5
1 file changed
+1
-19
hydra.nix
+1
-19
@@ -23,25 +23,7 @@
23
24
#swapDevices = [ { label = "swap" ; } ];
25
26
- nix = {
27
- maxJobs = 8;
28
-
29
- extraOptions = ''
30
- gc-keep-outputs = true
31
- gc-keep-derivations = true
32
-
33
- # The default (`true') slows Nix down a lot since the build farm
34
- # has so many GC roots.
35
- gc-check-reachability = false
36
-
37
- # Hydra needs caching of build failures.
38
- build-cache-failure = true
39
-
40
- build-poll-interval = 10
41
-
42
- use-sqlite-wal = false
43
- '';
44
- };
26
+ nix.maxJobs = 8;
27
28
networking = {
29
hostName = "hydra";