mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
autofs: add sshfs to PATH
svn path=/nixos/trunk/; revision=29392
This commit is contained in:
parent
91a6dc6168
commit
df1c3dda68
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue