Merge pull request 'secrets: allow empty facts' (#376) from lassulus-no_facts into main

This commit is contained in:
clan-bot
2023-09-30 07:21:01 +00:00

View File

@@ -82,6 +82,7 @@
'';
};
facts = lib.mkOption {
default = { };
type = lib.types.attrsOf (lib.types.submodule (fact: {
options = {
name = lib.mkOption {