From bf09e166a9f668080b8e651e5b339072ebd7f1d9 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:58:25 -0400 Subject: [PATCH] fix: grub wrong monitor --- modules/hardware/boot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hardware/boot.nix b/modules/hardware/boot.nix index 7d5a852..d92941f 100644 --- a/modules/hardware/boot.nix +++ b/modules/hardware/boot.nix @@ -10,6 +10,9 @@ # Check for other OSes and make them available useOSProber = true; + # Attempt to display GRUB on widescreen monitor + gfxmodeEfi = "1920x1080"; + # Install GRUB onto the boot disk # device = config.fileSystems."/boot".device;