API(clanInternals): add 'evalServiceSchema' endpoint

This commit is contained in:
Johannes Kirschbauer
2025-05-03 21:19:18 +02:00
parent 2d5e337f81
commit c88c68749e
4 changed files with 67 additions and 38 deletions

View File

@@ -174,6 +174,7 @@ in
inventoryFile = lib.mkOption { type = lib.types.raw; };
# The machine 'imports' generated by the inventory per machine
inventoryClass = lib.mkOption { type = lib.types.raw; };
evalServiceSchema = lib.mkOption { };
# clan-core's modules
clanModules = lib.mkOption { type = lib.types.raw; };
source = lib.mkOption { type = lib.types.raw; };