pinwheel: Enable programs.fuse for sshfs
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
services.gnome.gcr-ssh-agent.enable = false;
|
services.gnome.gcr-ssh-agent.enable = false;
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
|
# Create the setuid `fusermount3` wrapper that `sshfs` execs to mount. The
|
||||||
|
# `programs.fuse` module used to install this unconditionally; newer nixpkgs
|
||||||
|
# gates it behind this option (default off), so opt in explicitly.
|
||||||
|
programs.fuse.enable = true;
|
||||||
|
|
||||||
home-manager.users.alex = {
|
home-manager.users.alex = {
|
||||||
services.gnome-keyring = {
|
services.gnome-keyring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user