@cryptotaxi247 / infra-1 / commits / cb17c498

* Enable parallel building. Cross fingers.

svn path=/configurations/trunk/tud/; revision=34035

Eelco Dolstra committed May 9, 2012 at 21:40 UTC cb17c49886d434dde827d8337c13a1a6272cfe2f
2 files changed +2 -2
common.nix
+1 -2
@@ -28,8 +28,7 @@
28
29 nix.extraOptions =
30 ''
31 - #fsync-metadata = false
32 - #use-sqlite-wal = false
31 + build-cores = 0
32 '';
33
34 services.zabbixAgent.enable = true;
machines.nix
+1
@@ -142,6 +142,7 @@ lib: with lib;
142 ethernetAddress = "00:16:3e:00:00:01";
143 systems = [ "i686-solaris" ];
144 maxJobs = 1;
145 + buildUser = "nix";
146 }
147
148 { # Legacy FreeBSD machine.