forked from mirrors/nixpkgs
* It should not be necessary to run ntpd in the guest.
svn path=/nixos/trunk/; revision=21925
This commit is contained in:
parent
2dfd9b51ae
commit
ad8ed39285
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue