* Don't run ntpd in DomU.

svn path=/nixos/trunk/; revision=24125
This commit is contained in:
Eelco Dolstra 2010-10-06 20:22:36 +00:00
parent cda2e41c01
commit 81dbac4af3

View File

@ -20,4 +20,7 @@
# Start a mingetty on the Xen console (so that you can login using
# "xm console" in Dom0).
services.mingetty.ttys = [ "hvc0" "tty1" "tty2" ];
# Don't run ntpd, since we should get the correct time from Dom0.
services.ntp.enable = false;
}