Inventory: rename internal inventory toplevel attribute to 'inventoryClass'
This commit is contained in:
committed by
clan-bot
parent
ba0ed30997
commit
a2b76eb5a2
@@ -141,7 +141,7 @@ in
|
||||
moduleSchemas = lib.mkOption { type = lib.types.raw; };
|
||||
inventoryFile = lib.mkOption { type = lib.types.raw; };
|
||||
# The machine 'imports' generated by the inventory per machine
|
||||
serviceConfigs = lib.mkOption { type = lib.types.raw; };
|
||||
inventoryClass = lib.mkOption { type = lib.types.raw; };
|
||||
# clan-core's modules
|
||||
clanModules = lib.mkOption { type = lib.types.raw; };
|
||||
source = lib.mkOption { type = lib.types.raw; };
|
||||
|
||||
Reference in New Issue
Block a user