svn path=/configurations/trunk/tud/; revision=15248
svn path=/configurations/trunk/tud/; revision=15248
Eelco Dolstra committed
Apr 22, 2009 at 15:50 UTC
708533d376ba2ce7d9b5cefe5379c9119cd8913e
1 file changed
+9
machines.nix
+9
@@ -25,6 +25,15 @@
25
buildUser = "buildfarm";
26
}
27
28
+ {
29
+ hostName = "kyle";
30
+ ipAddress = "192.168.1.21";
31
+ ethernetAddress = "00:22:19:55:c1:18";
32
+ system = "x86_64-linux";
33
+ maxJobs = 8;
34
+ buildUser = "buildfarm";
35
+ }
36
+
37
{
38
hostName = "garrison";
39
ipAddress = "192.168.1.11";