nixos/sshfs: enable fuse
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
lib.mkIf
|
||||
(config.boot.supportedFilesystems.sshfs or config.boot.supportedFilesystems."fuse.sshfs" or false)
|
||||
{
|
||||
programs.fuse.enable = true;
|
||||
|
||||
system.fsPackages = [ pkgs.sshfs ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user