clan update: fix deploymentAddress

This commit is contained in:
Jörg Thalheim
2023-09-27 21:11:40 +02:00
parent e550f32e96
commit 853ddd8e97

View File

@@ -85,7 +85,9 @@ def update(args: argparse.Namespace) -> None:
address = json.loads(
subprocess.run(
nix_eval(
[f'{clan_dir}#clanInternals."{system}"."{machine}".deploymentAddress']
[
f'{clan_dir}#clanInternals.machines."{system}"."{machine}".deploymentAddress'
]
),
stdout=subprocess.PIPE,
check=True,