fix: grub wrong monitor

This commit is contained in:
Noah Masur 2022-10-28 23:58:25 -04:00
parent 3dcafb8c25
commit bf09e166a9

View File

@ -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;