svn path=/nixos/trunk/; revision=22561
This commit is contained in:
Eelco Dolstra 2010-07-12 13:42:59 +00:00
parent aa3230979b
commit ae539b7790

View File

@ -78,7 +78,7 @@ in
services.syslogd.extraConfig = "*.* /dev/ttyS0";
# Prevent tests from accessing the Internet.
networking.defaultGatewayte = mkOverride 150 {} "";
networking.defaultGateway = mkOverride 150 {} "";
networking.nameservers = mkOverride 150 {} [ ];
# Apply a patch to the kernel to increase the 15s CIFS timeout.