checks: add check for rendering docs

This commit is contained in:
DavHau
2024-03-25 14:44:39 +07:00
parent 4ddac7d5ad
commit 90a504936c
4 changed files with 14 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ in
name = lib.mkOption {
type = lib.types.str;
default = config.clanCore.clanName;
defaultText = "config.clanCore.clanName";
description = ''
zerotier network name
'';