docs: render module options docs

fix errors while rendering some modules
This commit is contained in:
DavHau
2024-03-27 16:47:24 +07:00
parent 15b2829d6a
commit 46afc1879c
6 changed files with 96 additions and 28 deletions

View File

@@ -40,6 +40,7 @@
)
];
options.clanCore.secrets = lib.mkOption {
visible = false;
default = { };
type = lib.types.attrsOf (
lib.types.submodule (service: {