feat(inventory/instances): add service result to nixos machines

This commit is contained in:
Johannes Kirschbauer
2025-03-29 17:48:24 +01:00
parent dc0349e835
commit 0fb1b5c5ce
2 changed files with 13 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ let
# Inherit the inventory assertions ?
# { inherit (mergedInventory) assertions; }
{ imports = inventoryClass.machines.${name}.machineImports or [ ]; }
# Import the distribute services
{ imports = config.clanInternals.distributedServices.allMachines.${name} or []; }
(
{
# Settings