* Create some virtual consoles in Nova VMs because it provides VNC
access. svn path=/nixos/trunk/; revision=27483
This commit is contained in:
parent
e25843d01c
commit
545431003b
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user