mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* 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.
|
||||
services.mingetty.ttys = [ ];
|
||||
# Since Nova allows VNC access to instances, it's nice to start to
|
||||
# start a few virtual consoles.
|
||||
services.mingetty.ttys = [ "tty1" "tty2" ];
|
||||
|
||||
# Allow root logins only using the SSH key that the user specified
|
||||
# at instance creation time.
|
||||
|
Loading…
Reference in New Issue
Block a user