* Set the priorities right.

svn path=/nixos/trunk/; revision=22560
This commit is contained in:
Eelco Dolstra 2010-07-12 13:41:22 +00:00
parent b51e309c89
commit aa3230979b

View File

@ -78,8 +78,8 @@ in
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: {