* Add iproute to the path used by networking.localCommands.

svn path=/nixos/trunk/; revision=26222
This commit is contained in:
Eelco Dolstra 2011-03-09 11:48:29 +00:00
parent b7a8b26d09
commit f300833ebc

View File

@ -164,7 +164,7 @@ in
preStart =
''
export PATH=${config.system.sbin.modprobe}/sbin:$PATH
export PATH=${config.system.sbin.modprobe}/sbin:${pkgs.iproute}/sbin:$PATH
modprobe af_packet || true
${pkgs.lib.concatMapStrings (i: