clanServices: remove unnecessary localModules

This commit is contained in:
Johannes Kirschbauer
2025-06-30 16:02:56 +02:00
parent cf6fc744ab
commit 15c5d539fc
5 changed files with 26 additions and 24 deletions

View File

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