Author: eelco Date: 2010-06-18 18:53:13 +0000 (Fri, 18 Jun 2010) New Revision: 22329
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22329&view=rev Modified: nixos/branches/boot-order/modules/testing/test-instrumentation.nix Log: * Change the priority to make the NAT and Bittorrent tests work. Changes: Modified: nixos/branches/boot-order/modules/testing/test-instrumentation.nix =================================================================== --- nixos/branches/boot-order/modules/testing/test-instrumentation.nix 2010-06-18 15:30:36 UTC (rev 22328) +++ nixos/branches/boot-order/modules/testing/test-instrumentation.nix 2010-06-18 18:53:13 UTC (rev 22329) @@ -81,8 +81,8 @@ 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 {} [ ]; }; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
