* Create some virtual consoles in Nova VMs because it provides VNC

access.

svn path=/nixos/trunk/; revision=27483
This commit is contained in:
Eelco Dolstra 2011-06-16 14:15:37 +00:00
parent e25843d01c
commit 545431003b

View File

@ -104,8 +104,9 @@ with pkgs.lib;
''; '';
*/ */
# There are no virtual consoles. # Since Nova allows VNC access to instances, it's nice to start to
services.mingetty.ttys = [ ]; # start a few virtual consoles.
services.mingetty.ttys = [ "tty1" "tty2" ];
# Allow root logins only using the SSH key that the user specified # Allow root logins only using the SSH key that the user specified
# at instance creation time. # at instance creation time.