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