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