Author: eelco
Date: Mon Jul 12 13:41:22 2010
New Revision: 22560
URL: https://svn.nixos.org/websvn/nix/?rev=22560&sc=1

Log:
* Set the priorities right.

Modified:
   nixos/trunk/modules/testing/test-instrumentation.nix

Modified: nixos/trunk/modules/testing/test-instrumentation.nix
==============================================================================
--- nixos/trunk/modules/testing/test-instrumentation.nix        Mon Jul 12 
13:03:27 2010        (r22559)
+++ nixos/trunk/modules/testing/test-instrumentation.nix        Mon Jul 12 
13:41:22 2010        (r22560)
@@ -78,8 +78,8 @@
     services.syslogd.extraConfig = "*.* /dev/ttyS0";
 
     # Prevent tests from accessing the Internet.
-    networking.defaultGateway = mkOverride 200 {} "";
-    networking.nameservers = mkOverride 200 {} [ ];
+    networking.defaultGatewayte = mkOverride 150 {} "";
+    networking.nameservers = mkOverride 150 {} [ ];
 
     # Apply a patch to the kernel to increase the 15s CIFS timeout.
     nixpkgs.config.packageOverrides = pkgs: {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to