clanServices: remove unneeded self reference in lib

This commit is contained in:
Johannes Kirschbauer
2025-06-30 15:32:31 +02:00
parent 0de362af58
commit cf6fc744ab
6 changed files with 14 additions and 11 deletions

View File

@@ -249,6 +249,7 @@ in
distributedServices = clanLib.inventory.mapInstances {
inherit (config) inventory;
inherit localModuleSet flakeInputs;
clanCoreModules = clan-core.clan.modules;
prefix = [ "distributedServices" ];
};
machines = config.distributedServices.allMachines;