1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #145 from maggesi/xen-updates

Remove obsolete option in Xen domU module
This commit is contained in:
Phreedom 2013-05-05 09:38:19 -07:00
commit fc06f1ec60

View file

@ -17,10 +17,6 @@
# Send syslog messages to the Xen console.
services.syslogd.tty = "hvc0";
# 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;
}