pinwheel: Enable programs.fuse for sshfs

This commit is contained in:
Alexander Heldt
2026-08-16 14:19:58 +02:00
parent 2a8a72b7cb
commit f33c26a5e4
+5
View File
@@ -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;