Set default for provider sync collection

This commit is contained in:
Manuel Thalmann 2024-05-15 16:04:34 +02:00
parent c4926df9f6
commit 757ffe9eee

View file

@ -108,6 +108,7 @@ in {
(name: provider: lib.mkOption {
type = lib.types.attrsOf (mkSyncType provider);
description = "The ${(provider config).displayName} synchronizations to set up.";
default = { };
})
syncProviders);
};