Skip to content

Commit 6a07437

Browse files
qemu: move rtc to microvm machine type
Closes #458
1 parent ad2ef57 commit 6a07437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ let
9898
inherit accel;
9999
mem-merge = "on";
100100
acpi = "on";
101-
rtc = "on";
102101
} // lib.optionalAttrs (machine == "microvm") {
103102
pit = "off";
104103
pic = "off";
105104
pcie = if requirePci then "on" else "off";
105+
rtc = "on";
106106
usb = if requireUsb then "on" else "off";
107107
};
108108
aarch64-linux = {

0 commit comments

Comments
 (0)