virtualisation/qemu-vm.nix: remove ttys

unused.
This commit is contained in:
Florian Klink 2018-05-05 00:12:06 +02:00 committed by Tuomas Tynkkynen
parent 046e374c99
commit 36f4b7f6ba

View File

@ -25,7 +25,6 @@ let
qemuGraphics = lib.optionalString (!cfg.graphics) "-nographic";
kernelConsole = if cfg.graphics then "" else "console=${qemuSerialDevice}";
ttys = [ "tty1" "tty2" "tty3" "tty4" "tty5" "tty6" ];
# XXX: This is very ugly and in the future we really should use attribute
# sets to build ALL of the QEMU flags instead of this mixed mess of Nix