From 200a8b9a56ec3bf84cc6e023fcc1e1e98f2905cc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Jun 2010 18:53:13 +0000 Subject: [PATCH] * Change the priority to make the NAT and Bittorrent tests work. svn path=/nixos/branches/boot-order/; revision=22329 --- modules/testing/test-instrumentation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix index dd61e68d9d1..84671028ba0 100644 --- a/modules/testing/test-instrumentation.nix +++ b/modules/testing/test-instrumentation.nix @@ -81,8 +81,8 @@ in services.syslogd.extraConfig = "*.*,kern.none /dev/ttyS0"; # Prevent tests from accessing the Internet. - networking.defaultGateway = mkOverride 50 {} ""; - networking.nameservers = mkOverride 50 {} [ ]; + networking.defaultGateway = mkOverride 200 {} ""; + networking.nameservers = mkOverride 200 {} [ ]; };