Set default for provider sync collection
This commit is contained in:
parent
c4926df9f6
commit
757ffe9eee
|
@ -108,6 +108,7 @@ in {
|
||||||
(name: provider: lib.mkOption {
|
(name: provider: lib.mkOption {
|
||||||
type = lib.types.attrsOf (mkSyncType provider);
|
type = lib.types.attrsOf (mkSyncType provider);
|
||||||
description = "The ${(provider config).displayName} synchronizations to set up.";
|
description = "The ${(provider config).displayName} synchronizations to set up.";
|
||||||
|
default = { };
|
||||||
})
|
})
|
||||||
syncProviders);
|
syncProviders);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue