clan flash: Copied network-status from nixos-images into installer

This commit is contained in:
Qubasa
2024-04-23 23:10:05 +02:00
parent 4f6d25160f
commit c25f7934ba
3 changed files with 113 additions and 54 deletions

View File

@@ -106,7 +106,7 @@ def flash_machine(
)
cmd = nix_shell(
["nixpkgs#disko"],
["/home/lhebendanz/Projects/disko"],
disko_install,
)
run(cmd, log=Log.BOTH, error_msg=f"Failed to flash {machine}")