Remove redundant option
This commit is contained in:
parent
757ffe9eee
commit
097a871b75
|
@ -43,12 +43,6 @@ let
|
||||||
mkSyncType = provider: lib.types.submodule (
|
mkSyncType = provider: lib.types.submodule (
|
||||||
{ config, name, ... }: {
|
{ config, name, ... }: {
|
||||||
options = {
|
options = {
|
||||||
type = lib.mkOption {
|
|
||||||
description = "The type of the sync";
|
|
||||||
type = lib.types.enum (builtins.attrNames syncProviders);
|
|
||||||
default = "manual";
|
|
||||||
};
|
|
||||||
|
|
||||||
autoStart = lib.mkOption {
|
autoStart = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
description = "Whether to start this sync automatically.";
|
description = "Whether to start this sync automatically.";
|
||||||
|
|
Loading…
Reference in a new issue