clan_lib: Remote add to arguments override func

This commit is contained in:
Qubasa
2025-09-20 16:18:14 +02:00
parent 8402463296
commit 8ff060c589
2 changed files with 5 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ def upload_sources(machine: Machine, ssh: Host, upload_inputs: bool) -> str:
def run_machine_update(
machine: Machine,
target_host: Remote | LocalHost,
build_host: Remote | LocalHost | None,
build_host: Remote | LocalHost | None = None,
upload_inputs: bool = False,
) -> None:
"""Update an existing machine using nixos-rebuild or darwin-rebuild.