* Change the priority to make the NAT and Bittorrent tests work.

svn path=/nixos/branches/boot-order/; revision=22329
This commit is contained in:
Eelco Dolstra 2010-06-18 18:53:13 +00:00
parent cf7e902283
commit 200a8b9a56

View File

@ -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 {} [ ];
};