From c3f2eb54f96f56ec93fcccc7f14808f10a61e6ca Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 20 Feb 2024 10:24:05 +0100 Subject: [PATCH] qemu: remove dup mem-merge --- lib/runners/qemu.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runners/qemu.nix b/lib/runners/qemu.nix index 3a86d82a..b310b98f 100644 --- a/lib/runners/qemu.nix +++ b/lib/runners/qemu.nix @@ -81,7 +81,6 @@ let "mem-merge=on" "pit=off" "pic=off" - "mem-merge=on" "acpi=on" "pcie=${if requirePci then "on" else "off"}" "usb=${if requireUsb then "on" else "off"}"