From 0c68a3440ae94d79093d9a7ffb457df8e6a8f209 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 13 Jul 2011 12:18:23 +0000 Subject: [PATCH] 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 --- modules/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index 4cf39867ec69..078a3aedc3c2 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -60,6 +60,7 @@ pkgs.cryptsetup # needed for dm-crypt volumes # Some networking tools. + pkgs.fuse pkgs.sshfsFuse pkgs.socat pkgs.screen