inventory: rename clan.services

This commit is contained in:
Johannes Kirschbauer
2024-06-21 17:00:44 +02:00
committed by hsjobeki
parent 1b226c9e09
commit 4db65921fe
5 changed files with 12 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ let
];
}
{
config.clan.inventory.${moduleName}.${instanceName} = {
config.clan.services.${moduleName}.${instanceName} = {
roles = resolvedRoles;
# inherit inverseRoles;
};
@@ -107,7 +107,8 @@ in
{
inherit clan-core;
new_clan = clan-core.lib.buildInventory {
# Extension of the build clan interface
new_clan = clan-core.lib.buildClan {
# High level services.
# If you need multiple instances of a service configure them via:
# inventory.services.[serviceName].[instanceName] = ...