* In the activation script, don't require the path to the "system"
derivation on the command line. svn path=/nixos/trunk/; revision=23770
This commit is contained in:
@@ -82,8 +82,8 @@ in
|
||||
jobs.klogd.preStart = "dmesg -c > /dev/null";
|
||||
|
||||
# Prevent tests from accessing the Internet.
|
||||
networking.defaultGateway = mkOverrideTemplate 150 {} "";
|
||||
networking.nameservers = mkOverrideTemplate 150 {} [ ];
|
||||
networking.defaultGateway = mkOverride 150 "";
|
||||
networking.nameservers = mkOverride 150 [ ];
|
||||
|
||||
# Require a patch to the kernel to increase the 15s CIFS timeout.
|
||||
assertions =
|
||||
|
||||
Reference in New Issue
Block a user