From 04415eb58208312dd6af8a79a9c7a9f9e73cea5b Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Tue, 16 Apr 2013 19:46:12 +0200 Subject: [PATCH] Remove obsolete option in Xen domU module --- modules/virtualisation/xen-domU.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/virtualisation/xen-domU.nix b/modules/virtualisation/xen-domU.nix index 29ab8f8b3af8..1a9d67d72046 100644 --- a/modules/virtualisation/xen-domU.nix +++ b/modules/virtualisation/xen-domU.nix @@ -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; }