diff --git a/checks/installation/flake-module.nix b/checks/installation/flake-module.nix index 0ca17dd02..a189b12ce 100644 --- a/checks/installation/flake-module.nix +++ b/checks/installation/flake-module.nix @@ -241,7 +241,7 @@ target.shutdown() except BrokenPipeError: # qemu has already exited - pass + target.connected = False # Create a new machine instance that boots from the installed system installed_machine = create_test_machine(target, "${pkgs.qemu_test}", name="after_install")