clan/module: remove clanModules from clanInternals

This commit is contained in:
Johannes Kirschbauer
2025-09-18 17:04:16 +02:00
committed by Mic92
parent 8b18418e7c
commit 92ca540a42

View File

@@ -330,8 +330,6 @@ in
options = {
# Those options are interfaced by the CLI
# We don't specify the type here, for better performance.
# clan-core's modules
clanModules = lib.mkOption { type = lib.types.raw; };
# The machine 'imports' generated by the inventory per machine
inventoryClass = lib.mkOption {