modules/profiles/base.nix: add 'pkgs.sshfsFuse'
The sshfsFuse package -- which is part of the system profile already -- doesn't work without fuse. It tries to run /var/setuid-wrappers/fusermount, which then can't find fusermount. Adding fuse to the system profile remedies this problem. svn path=/nixos/trunk/; revision=27754
This commit is contained in:
parent
c548597976
commit
0c68a3440a
@ -60,6 +60,7 @@
|
|||||||
pkgs.cryptsetup # needed for dm-crypt volumes
|
pkgs.cryptsetup # needed for dm-crypt volumes
|
||||||
|
|
||||||
# Some networking tools.
|
# Some networking tools.
|
||||||
|
pkgs.fuse
|
||||||
pkgs.sshfsFuse
|
pkgs.sshfsFuse
|
||||||
pkgs.socat
|
pkgs.socat
|
||||||
pkgs.screen
|
pkgs.screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user