clan_vm_manager: Added VM shutdown timeout

This commit is contained in:
Qubasa
2024-02-12 14:16:44 +07:00
parent b54e6eb520
commit e30168742e
8 changed files with 65 additions and 81 deletions

View File

@@ -177,7 +177,7 @@ class Machine:
[
"--impure",
"--expr",
f'(builtins.fetchTree {{ type = "file"; url = "{config_json.name}"; }}).narHash',
f'(builtins.fetchTree {{ type = "file"; url = "file://{config_json.name}"; }}).narHash',
]
)
).stdout.strip()