feat(clan/services): init new clanInternals attribute 'distributedServices'

This commit is contained in:
Johannes Kirschbauer
2025-03-26 17:12:16 +01:00
parent c71d5e9d48
commit 111d55a1bc
2 changed files with 3 additions and 0 deletions

View File

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