mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
disk: moved rclone fuse patch
This commit is contained in:
@@ -8,4 +8,8 @@
|
||||
udiskie # removable disk automounter for udisks
|
||||
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
|
||||
];
|
||||
|
||||
# removes rclone error
|
||||
programs.fuse.userAllowOther = true;
|
||||
programs.fuse.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user