Merge pull request 'API Improvements' (#4276) from api-cleanup into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4276
This commit is contained in:
hsjobeki
2025-07-08 21:17:12 +00:00
6 changed files with 52 additions and 24 deletions

View File

@@ -103,7 +103,7 @@ def upload_sources(machine: Machine, ssh: Remote) -> str:
@API.register
def run_machine_deploy(
def run_machine_update(
machine: Machine, target_host: Remote, build_host: Remote | None
) -> None:
"""Update an existing machine using nixos-rebuild or darwin-rebuild.