grub: Add 1920×1200 resolution

restic-rest-server
Simon Bruder 2020-10-17 16:51:43 +02:00
parent eeae580fae
commit e82728080f
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
boot.loader.grub.enable = lib.mkDefault true;
boot.loader.grub.version = 2;
boot.loader.grub.gfxmodeBios = "1920x1080,1024x768,auto";
boot.loader.grub.gfxmodeBios = "1920x1080,1920x1200,1024x768,auto";
boot.loader.grub.gfxpayloadBios = "keep";
boot.loader.grub.memtest86.enable = true;
boot.loader.timeout = 2;