secrets: allow empty facts
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
'';
|
||||
};
|
||||
facts = lib.mkOption {
|
||||
default = { };
|
||||
type = lib.types.attrsOf (lib.types.submodule (fact: {
|
||||
options = {
|
||||
name = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user