From f300833ebcf5ccb9c016f2e7febb9180128bfd5a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Mar 2011 11:48:29 +0000 Subject: [PATCH] * Add iproute to the path used by networking.localCommands. svn path=/nixos/trunk/; revision=26222 --- modules/tasks/network-interfaces.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index 6c92e499c075..2a760decab98 100644 --- a/modules/tasks/network-interfaces.nix +++ b/modules/tasks/network-interfaces.nix @@ -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: