1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-01 03:32:26 +03:00

qemu-x86_64: use a smaller VT by default.

This commit is contained in:
Samuel Dionne-Riel 2018-06-18 21:50:10 -04:00
parent 64d4e5a604
commit 334185ea21

View File

@ -18,7 +18,7 @@ let
"1920x1080x32" = { vga = "0x392"; width = 1920; height = 1080; depth = 32; };
};
MODE = MODES."1920x1080x32";
MODE = MODES."1280x720x32";
in
{
mobile.device.name = "qemu-x86_64";