@cryptotaxi247 / infra-1 / commits / 032579d2

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

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

Rob Vermaas committed Feb 10, 2011 at 12:12 UTC 032579d21fbeece90a100d0d209d32d994537cab
1 file changed +1 -1
webdsl.nix
+1 -1
@@ -237,7 +237,7 @@ in
237 extraHosts = "127.0.0.2 webdsl.st.ewi.tudelft.nl webdsl";
238
239 interfaces = [ { ipAddress = "130.161.159.114"; name = "eth0"; subnetMask = "255.255.254.0"; } ];
240 - nameservers = [ "130.161.180.65" "130.161.158.4" ];
240 + nameservers = [ "130.161.180.1" "130.161.180.65" ];
241
242 useDHCP = false;
243