summary refs log tree commit diff
path: root/nixos/modules/virtualisation/qemu-vm.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-30 16:52:56 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-30 16:53:23 +0200
commit1c192e1feac0572ecad7801d8b0311dbc7ecbdbc (patch)
tree088abe206afd0eab23069df6fc4a3821afa7f4c7 /nixos/modules/virtualisation/qemu-vm.nix
parentc394d4079d65d9af5145c7d253bb5d18e3c2a451 (diff)
downloadnixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar.gz
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar.bz2
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar.lz
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar.xz
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.tar.zst
nixlib-1c192e1feac0572ecad7801d8b0311dbc7ecbdbc.zip
Another attempt to fix the installer test
http://hydra.nixos.org/build/9904133
Diffstat (limited to 'nixos/modules/virtualisation/qemu-vm.nix')
-rw-r--r--nixos/modules/virtualisation/qemu-vm.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix
index 80bc71bbb8c6..a866b513f0f2 100644
--- a/nixos/modules/virtualisation/qemu-vm.nix
+++ b/nixos/modules/virtualisation/qemu-vm.nix
@@ -291,11 +291,6 @@ in
         if test -z "$FSTYPE"; then
             mke2fs -t ext4 /dev/vda
         fi
-
-        # 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
       '';
 
     boot.initrd.postMountCommands =