From 4ab2a5cb512cfdda47e67ed54a8f1f283c32999b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 May 2021 19:21:51 +0200 Subject: qemu-quest: ... --- system-profiles/qemu-guest.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system-profiles/qemu-guest.nix b/system-profiles/qemu-guest.nix index 8c07ca55..8654eba0 100644 --- a/system-profiles/qemu-guest.nix +++ b/system-profiles/qemu-guest.nix @@ -3,14 +3,6 @@ config = { boot.initrd = { kernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "9p" "9pnet_virtio" "virtio_balloon" "virtio_console" "virtio_rng" ]; - - postDeviceCommands = - '' - # Set the system time from the hardware clock to work around a - # bug in qemu-kvm > 1.5.2 (where the VM clock is initialised - # to the *boot time* of the host). - hwclock -s - ''; }; services.qemuGuest.enable = true; -- cgit v1.2.3