Skip to content

Commit cc5ff83

Browse files
qemu: enable rtc
Before we had no /dev/rtc Sadly the qemu microvm docs are not clear about the default.
1 parent f4ae3dc commit cc5ff83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ let
9898
inherit accel;
9999
mem-merge = "on";
100100
acpi = "on";
101+
rtc = "on";
101102
} // lib.optionalAttrs (machine == "microvm") {
102103
pit = "off";
103104
pic = "off";

0 commit comments

Comments
 (0)