* Don't run ntpd in DomU.
svn path=/nixos/trunk/; revision=24125
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user