allow fact-only secrets

This commit is contained in:
Jörg Thalheim
2024-03-13 09:18:09 +01:00
parent e9ab0417d8
commit c52cffca37

View File

@@ -100,6 +100,7 @@
config' = config; config' = config;
in in
lib.mkOption { lib.mkOption {
default = { };
type = lib.types.attrsOf (lib.types.submodule ({ config, name, ... }: { type = lib.types.attrsOf (lib.types.submodule ({ config, name, ... }: {
options = { options = {
name = lib.mkOption { name = lib.mkOption {