1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* 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: