* Set the priorities right.
svn path=/nixos/trunk/; revision=22560
This commit is contained in:
parent
b51e309c89
commit
aa3230979b
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue