Remove redundant option
This commit is contained in:
parent
757ffe9eee
commit
097a871b75
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue