@cryptotaxi247 / infra / commits / d155fd68

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

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

Eelco Dolstra committed Dec 4, 2007 at 17:34 UTC d155fd6851ecd801aa6bb4ae8e27637d88f2fef8
1 file changed +4
main.nix
+4
@@ -59,6 +59,10 @@ rec {
59 ipAddress = "130.161.158.181";
60 subnetMask = "255.255.254.0";
61 }
62 + { name = "eth1:1";
63 + ipAddress = "130.161.159.14";
64 + subnetMask = "255.255.254.0";
65 + }
66 { name = "eth0";
67 ipAddress = machines.cartman.ipAddress;
68 }