diff --git a/modules/programs/rclone.nix b/modules/programs/rclone.nix index df1a8a21..8f85fc09 100644 --- a/modules/programs/rclone.nix +++ b/modules/programs/rclone.nix @@ -158,7 +158,7 @@ in description = '' An attribute set of option values passed to `rclone mount`. To set a boolean option, assign it `true` or `false`. See - + for more details on the format. Some caching options are set by default, namely `vfs-cache-mode = "full"` @@ -374,7 +374,7 @@ in ExecStart = lib.concatStringsSep " " [ (lib.getExe cfg.package) "mount" - (lib.cli.toGNUCommandLineShell { } mount.options) + (lib.cli.toCommandLineShellGNU { } mount.options) "${remote-name}:${mount-path}" "${mount.mountPoint}" ];