diff --git a/lib/modules/rclone.nix b/lib/modules/rclone.nix
index 6c24b4e..2ad84c1 100644
--- a/lib/modules/rclone.nix
+++ b/lib/modules/rclone.nix
@@ -84,6 +84,11 @@ let
   mkSyncType = provider: lib.types.submodule (
     { config, name, ... }: {
       options = {
+        path = lib.mkOption {
+          type = lib.types.str;
+          description = "The path to mount the remote file system to.";
+        };
+
         autoStart = lib.mkOption {
           type = lib.types.bool;
           description = "Whether to start this sync automatically.";