Unverified Commit 440ea06e authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #276507 from clefru/no-hwclock

parents 9ec0508f 82d48bb4
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -6,12 +6,4 @@
{
  boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "9p" "9pnet_virtio" ];
  boot.initrd.kernelModules = [ "virtio_balloon" "virtio_console" "virtio_rng" ];

  boot.initrd.postDeviceCommands = lib.mkIf (!config.boot.initrd.systemd.enable)
    ''
      # 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
    '';
}