From adb639022796c8dabc90ca22edad7b9339d6ef11 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 9 Feb 2022 16:56:02 -0500 Subject: [PATCH] Update rlcone servic --- applications/media.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/media.nix b/applications/media.nix index 29f619b..a882ee0 100644 --- a/applications/media.nix +++ b/applications/media.nix @@ -133,7 +133,7 @@ in # So we can pick up the fusermount wrapper, this is a less than ideal way to do this Environment = "PATH=/usr/bin:/run/wrappers/bin/"; Type = "notify"; - ExecStart = "${pkgs.rclone}/bin/rclone mount music: /home/nathan/Music --vfs-cache-mode writes --vfs-cache-max-size 32Gi --vfs-read-chunk-size 4Mi --buffer-size 32Mi --vfs-read-ahead 128Mi --config /home/nathan/.config/rclone/rclone.conf --cache-dir /home/nathan/.cache/rclone --no-checksum --no-modtime --transfers 16"; + ExecStart = "${pkgs.rclone}/bin/rclone mount music: /home/nathan/Music --config /home/nathan/.config/rclone/rclone.conf --cache-dir /home/nathan/.cache/rclone --no-checksum --no-modtime"; }; enable = true; };