* 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:
Eelco Dolstra
2010-09-13 18:19:15 +00:00
parent d48e2fdb4d
commit 4046056cdc
6 changed files with 18 additions and 17 deletions

View File

@@ -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 =