Merge pull request 'pkgs/cli: Fix target_host for machines install' (#2631) from kenji/clan-core:kenji-fix-target-host into main

This commit is contained in:
clan-bot
2024-12-18 10:11:53 +00:00

View File

@@ -149,7 +149,7 @@ def install_command(args: argparse.Namespace) -> None:
machine = Machine( machine = Machine(
name=args.machine, flake=args.flake, nix_options=args.option name=args.machine, flake=args.flake, nix_options=args.option
) )
target_host = machine.target_host.host target_host = machine.target_host.target
if deploy_info: if deploy_info:
password = deploy_info.pwd password = deploy_info.pwd