From ef342c79aedb1b26603e8ff215d05bad4bdfb676 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 6 Oct 2020 00:19:43 +0200 Subject: [PATCH] fullscreen GRUB --- systems/PC-Fixe/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index 84958ace5..0bf4c4bee 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -17,7 +17,9 @@ efiSupport = true; device = "nodev"; zfsSupport = true; + gfxmodeEfi = "1920x1080,auto"; memtest86.enable = true; + fontSize = 32; }; boot.kernelParams = ["acpi_enforce_resources=lax"]; boot.tmpOnTmpfs = true;