* It should not be necessary to run ntpd in the guest.

svn path=/nixos/trunk/; revision=21925
This commit is contained in:
Eelco Dolstra 2010-05-20 14:51:46 +00:00
parent 2dfd9b51ae
commit ad8ed39285

View file

@ -195,6 +195,9 @@ in
ipAddress = "10.0.2.15";
};
# Don't run ntpd in the guest. It should get the correct time from KVM.
services.ntp.enable = false;
system.build.vm = pkgs.runCommand "nixos-vm" {}
''
ensureDir $out/bin