* Specify the nameservers.
svn path=/configurations/trunk/tud/; revision=8308
Eelco Dolstra committed
Mar 16, 2007 at 16:30 UTC
4998f1782d20698fd9cdcc63e5db26ee058d2ba1
1 file changed
+4
-1
main.nix
+4
-1
@@ -23,7 +23,6 @@ rec {
23
24
networking = {
25
hostName = "buildfarm";
26
- defaultGateway = "130.161.158.1";
26
27
interfaces = [
28
{ name = "eth1";
@@ -34,6 +33,10 @@ rec {
33
ipAddress = "192.168.1.5";
34
}
35
];
36
+
37
+ defaultGateway = "130.161.158.1";
38
+
39
+ nameservers = ["130.161.158.4" "130.161.33.17" "130.161.180.1"];
40
};
41
42
services = {