Inventory: init module merge & validation logic for inventory
This commit is contained in:
committed by
hsjobeki
parent
c89080deb4
commit
2f8b782a1f
@@ -29,9 +29,7 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
# clan.inventory.${moduleName}.${instanceName} = { ... }
|
||||
# TODO: resolve clash with clan.services.waypipe
|
||||
options.clan.services = lib.mkOption {
|
||||
options.clan.inventory.services = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.types.attrsOf instanceOptions);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user