mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
* 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 New Issue
Block a user