We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3270 commit c5bf68eCopy full SHA for c5bf68e
checks/iperf.nix
@@ -54,6 +54,7 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
54
# # keep the store paths built inside the VM across reboots
55
# writableStoreUseTmpfs = false;
56
qemu.options = [
57
+ "-M" "q35,accel=kvm"
58
"-cpu"
59
{
60
"aarch64-linux" = "cortex-a72";
0 commit comments