Feat(templates): export clan templates statically

This commit is contained in:
Johannes Kirschbauer
2025-06-11 12:02:32 +02:00
parent 5acac54f48
commit 217360fa1e
2 changed files with 5 additions and 0 deletions

View File

@@ -213,6 +213,8 @@ in
secrets = lib.mkOption { type = lib.types.raw; };
templates = lib.mkOption { type = lib.types.raw; };
machines = lib.mkOption { type = lib.types.raw; };
};
};