Inventory: init: deployment info for machines

This commit is contained in:
Johannes Kirschbauer
2024-07-16 13:56:53 +02:00
parent 2947f64f3a
commit ac95878ead
4 changed files with 20 additions and 2 deletions

View File

@@ -72,6 +72,13 @@ let
"nixpkgs"
"hostSystem"
] null config;
deploymentInfo.targetHost = lib.attrByPath [
"clan"
"core"
"networking"
"targetHost"
] null config;
}
) machines;
}