allow fact-only secrets

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

View File

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