Author: eelco
Date: Mon Oct 11 19:19:13 2010
New Revision: 24221
URL: https://svn.nixos.org/websvn/nix/?rev=24221&sc=1

Log:


Modified:
   configurations/trunk/tud/machines.nix

Modified: configurations/trunk/tud/machines.nix
==============================================================================
--- configurations/trunk/tud/machines.nix       Mon Oct 11 18:00:56 2010        
(r24220)
+++ configurations/trunk/tud/machines.nix       Mon Oct 11 19:19:13 2010        
(r24221)
@@ -167,5 +167,19 @@
     ethernetAddress = "00:16:3e:00:00:03";
     systems = [ "x86_64-linux" ];
   }
+
+  { # Legacy FreeBSD machine.
+    hostName = "losser";
+    ipAddress = "192.168.1.53";
+    ethernetAddress = "00:16:3e:00:00:04";
+    systems = [ "i686-freebsd" ];
+  }
+    
+  { # Ubuntu 10.10 machine.
+    hostName = "meerkat";
+    ipAddress = "192.168.1.54";
+    ethernetAddress = "00:16:3e:00:00:05";
+    systems = [ "i686-linux" ];
+  }
     
 ]
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to