autofs: add sshfs to PATH

svn path=/nixos/trunk/; revision=29392
This commit is contained in:
David Guibert 2011-09-20 07:14:24 +00:00
parent 91a6dc6168
commit df1c3dda68
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ in
stopOn = "stopping network-interfaces";
environment =
{ PATH = "${pkgs.nfsUtils}/sbin:${config.system.sbin.modprobe}/sbin";
{ PATH = "${pkgs.nfsUtils}/sbin:${config.system.sbin.modprobe}/sbin:${pkgs.sshfsFuse}/sbin:${pkgs.sshfsFuse}/bin:$PATH";
};
preStart =