From 097a871b752e666283eead6f5c4ff9ac00e0adaa Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 15 May 2024 17:22:13 +0200 Subject: [PATCH] Remove redundant option --- lib/modules/rclone.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/modules/rclone.nix b/lib/modules/rclone.nix index 94a75b2..7a6e4da 100644 --- a/lib/modules/rclone.nix +++ b/lib/modules/rclone.nix @@ -43,12 +43,6 @@ let mkSyncType = provider: lib.types.submodule ( { config, name, ... }: { options = { - type = lib.mkOption { - description = "The type of the sync"; - type = lib.types.enum (builtins.attrNames syncProviders); - default = "manual"; - }; - autoStart = lib.mkOption { type = lib.types.bool; description = "Whether to start this sync automatically.";