diff options
-rw-r--r-- | gnu/system/vm.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 11c76c67f3..d8c2b95d75 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -428,6 +428,9 @@ input tuples." (list (mingetty-service store "tty1") (mingetty-service store "tty2") (mingetty-service store "tty3") + (mingetty-service store "tty4") + (mingetty-service store "tty5") + (mingetty-service store "tty6") (syslog-service store) (guix-service store #:guix guix-0.4))) |