mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Oops.
svn path=/nixos/trunk/; revision=22561
This commit is contained in:
parent
aa3230979b
commit
ae539b7790
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ in
|
||||||
services.syslogd.extraConfig = "*.* /dev/ttyS0";
|
services.syslogd.extraConfig = "*.* /dev/ttyS0";
|
||||||
|
|
||||||
# Prevent tests from accessing the Internet.
|
# Prevent tests from accessing the Internet.
|
||||||
networking.defaultGatewayte = mkOverride 150 {} "";
|
networking.defaultGateway = mkOverride 150 {} "";
|
||||||
networking.nameservers = mkOverride 150 {} [ ];
|
networking.nameservers = mkOverride 150 {} [ ];
|
||||||
|
|
||||||
# Apply a patch to the kernel to increase the 15s CIFS timeout.
|
# Apply a patch to the kernel to increase the 15s CIFS timeout.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue