clan_vm_manager: Rewrite of Machine Class Part 1

This commit is contained in:
Qubasa
2024-03-08 15:32:12 +07:00
parent 2532c780ab
commit 068f89e453
3 changed files with 40 additions and 32 deletions

View File

@@ -86,7 +86,6 @@ def inspect_flake(flake_url: str | Path, machine_name: str) -> FlakeConfig:
# Get the flake metadata
meta = nix_metadata(flake_url)
return FlakeConfig(
vm=vm,
flake_url=flake_url,