secrets: allow empty facts

This commit is contained in:
lassulus
2023-09-30 09:18:00 +02:00
parent a6698c8301
commit d810d2b4e1

View File

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