* Add iproute to the path used by networking.localCommands.
svn path=/nixos/trunk/; revision=26222
This commit is contained in:
parent
b7a8b26d09
commit
f300833ebc
@ -164,7 +164,7 @@ in
|
|||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
export PATH=${config.system.sbin.modprobe}/sbin:$PATH
|
export PATH=${config.system.sbin.modprobe}/sbin:${pkgs.iproute}/sbin:$PATH
|
||||||
modprobe af_packet || true
|
modprobe af_packet || true
|
||||||
|
|
||||||
${pkgs.lib.concatMapStrings (i:
|
${pkgs.lib.concatMapStrings (i:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user