Enable FUSE, install sshfs
This commit is contained in:
parent
9f6d795f88
commit
38056d5abc
@ -31,6 +31,7 @@
|
||||
zsh
|
||||
ntfs3g
|
||||
openssh
|
||||
sshfs
|
||||
file
|
||||
|
||||
fd
|
||||
@ -58,6 +59,7 @@
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ] ++ options.nix.nixPath.default;
|
||||
|
||||
programs.ssh.enableAskPassword = false;
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = lib.mkDefault true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user