svn path=/configurations/trunk/tud/; revision=24221
svn path=/configurations/trunk/tud/; revision=24221
Eelco Dolstra committed
Oct 11, 2010 at 19:19 UTC
d3f112d7ed93c54d2e59d9129f00cbdff2440f1a
1 file changed
+14
machines.nix
+14
@@ -167,5 +167,19 @@
167
ethernetAddress = "00:16:3e:00:00:03";
168
systems = [ "x86_64-linux" ];
169
}
170
+
171
+ { # Legacy FreeBSD machine.
172
+ hostName = "losser";
173
+ ipAddress = "192.168.1.53";
174
+ ethernetAddress = "00:16:3e:00:00:04";
175
+ systems = [ "i686-freebsd" ];
176
+ }
177
+
178
+ { # Ubuntu 10.10 machine.
179
+ hostName = "meerkat";
180
+ ipAddress = "192.168.1.54";
181
+ ethernetAddress = "00:16:3e:00:00:05";
182
+ systems = [ "i686-linux" ];
183
+ }
184
185
]