Author: eelco
Date: Mon Dec  6 10:23:26 2010
New Revision: 24990
URL: https://svn.nixos.org/websvn/nix/?rev=24990&sc=1

Log:


Modified:
   configurations/trunk/tud/infrastructure.nix
   configurations/trunk/tud/network.nix

Modified: configurations/trunk/tud/infrastructure.nix
==============================================================================
--- configurations/trunk/tud/infrastructure.nix Mon Dec  6 09:54:28 2010        
(r24989)
+++ configurations/trunk/tud/infrastructure.nix Mon Dec  6 10:23:26 2010        
(r24990)
@@ -32,4 +32,12 @@
     { hostname = "lucifer";
       system = "x86_64-linux";
     };
+  mrkitty = 
+    { hostname = "mrkitty";
+      system = "x86_64-linux";
+    };
+  mrhankey = 
+    { hostname = "mrhankey";
+      system = "x86_64-linux";
+    };
 }

Modified: configurations/trunk/tud/network.nix
==============================================================================
--- configurations/trunk/tud/network.nix        Mon Dec  6 09:54:28 2010        
(r24989)
+++ configurations/trunk/tud/network.nix        Mon Dec  6 10:23:26 2010        
(r24990)
@@ -7,4 +7,6 @@
   cartman = import ./cartman.nix;
   hydra = import ./hydra.nix;
   lucifer = import ./lucifer.nix;
+  mrkitty = import ./mrkitty.nix;
+  mrhankey = import ./mrhankey.nix;
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to