{ lib, ... }: #with lib; { options.services.rclone = { cacheSize = lib.mkOption { type = lib.types.str; default = "20G"; description = "The maximum size of the vfs cache"; }; }; } # vim: set et ts=2 sw=2 ai: