mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #145 from maggesi/xen-updates
Remove obsolete option in Xen domU module
This commit is contained in:
commit
fc06f1ec60
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue