@cryptotaxi247 / infra / commits / 0bee74d8

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

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

Eelco Dolstra committed Sep 30, 2010 at 14:47 UTC 0bee74d89ae9f338b11eb14f3d0617d19ab32c32
1 file changed +19
machines.nix
+19
@@ -134,4 +134,23 @@
134 ipAddress = "192.168.1.24";
135 ethernetAddress = "00:1D:09:0E:09:E5";
136 }
137 +
138 + {
139 + hostName = "lucifer";
140 + ipAddress = "192.168.1.25";
141 + ethernetAddress = "84:2B:2B:0B:98:F0";
142 + }
143 +
144 +
145 + # The following are Xen VMs hosted on mrhankey.
146 + # Note that 00:16:3e is the prefix for Xen MAC addresses.
147 +
148 + {
149 + hostName = "tweek";
150 + ipAddress = "192.168.1.50";
151 + ethernetAddress = "00:16:3e:00:00:01";
152 + systems = [ "i386-sunos" ];
153 + maxJobs = 2;
154 + }
155 +
156 ]