Inventory: set {name,meta.name} automatically

This commit is contained in:
Johannes Kirschbauer
2024-09-15 15:09:54 +02:00
parent 9bbc720022
commit fbf3be48dd
2 changed files with 74 additions and 53 deletions

View File

@@ -160,10 +160,10 @@ let
{
config.clan.${serviceName} = lib.mkMerge (
[
(globalConfig)
(lib.traceValSeq machineServiceConfig)
globalConfig
machineServiceConfig
]
++ (roleServiceConfigs)
++ roleServiceConfigs
);
}
)