machines/update: get flake_attr from machine class

This commit is contained in:
Jörg Thalheim
2024-02-06 15:44:07 +01:00
parent a2f0d077c8
commit 301a6b6a23
3 changed files with 5 additions and 8 deletions

View File

@@ -775,7 +775,6 @@ def parse_deployment_address(
hostname = result.hostname
port = result.port
meta = meta.copy()
meta["flake_attr"] = machine_name
return Host(
hostname,
user=user,