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:
Peter Simons 2011-07-13 12:18:23 +00:00
parent c548597976
commit 0c68a3440a

View File

@ -60,6 +60,7 @@
pkgs.cryptsetup # needed for dm-crypt volumes
# Some networking tools.
pkgs.fuse
pkgs.sshfsFuse
pkgs.socat
pkgs.screen