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:
@@ -40,10 +40,6 @@
|
|||||||
../../modules/nixos/theme.nix # install theming packages and some quickshell stuff
|
../../modules/nixos/theme.nix # install theming packages and some quickshell stuff
|
||||||
];
|
];
|
||||||
|
|
||||||
# removes rclone error
|
|
||||||
programs.fuse.userAllowOther = true;
|
|
||||||
programs.fuse.enable = true;
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@@ -8,4 +8,8 @@
|
|||||||
udiskie # removable disk automounter for udisks
|
udiskie # removable disk automounter for udisks
|
||||||
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
|
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# removes rclone error
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
|
programs.fuse.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user