feat(clanInternals): dont allow superfluous options

This commit is contained in:
Johannes Kirschbauer
2025-06-10 19:16:26 +02:00
parent a98b2fb60c
commit 0885f9e301

View File

@@ -194,7 +194,8 @@ in
visible = false; visible = false;
# ClanInternals # ClanInternals
type = types.submodule { type = types.submodule {
freeformType = types.attrsOf types.raw; # Uncomment this if you want to add more stuff while debugging
# freeformType = types.attrsOf types.raw;
options = { options = {
# Those options are interfaced by the CLI # Those options are interfaced by the CLI
# We don't specify the type here, for better performance. # We don't specify the type here, for better performance.