Remove redundant option

This commit is contained in:
Manuel Thalmann 2024-05-15 17:22:13 +02:00
parent 757ffe9eee
commit 097a871b75

View file

@ -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.";