@cryptotaxi247 / infra / commits / 668c95b6

add butters

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

Rob Vermaas committed Nov 26, 2009 at 15:07 UTC 668c95b6d3b2acaed7fe56a91b1de490bbad87b2
1 file changed +10
machines.nix
+10
@@ -106,6 +106,16 @@
106 maxJobs = 2;
107 buildUser = "nix";
108 }
109 +
110 + {
111 + hostName = "butters";
112 + ipAddress = "192.168.1.23";
113 + ethernetAddress = "00:24:36:f3:cd:c0";
114 + system = "x86_64-darwin";
115 + aliases = ["mac64-1"];
116 + maxJobs = 2;
117 + buildUser = "nix";
118 + }
119
120 {
121 hostName = "hydra";