diff options
| author | Fuwn <[email protected]> | 2024-08-31 02:03:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 02:03:18 -0700 |
| commit | 7da16e79124a05561ac5013888ca927dc1318279 (patch) | |
| tree | af8f6c33f94f8d32eaf1efcaa1f81713878d3a4f /modules/boot | |
| parent | ok (diff) | |
| download | nixos-config-7da16e79124a05561ac5013888ca927dc1318279.tar.xz nixos-config-7da16e79124a05561ac5013888ca927dc1318279.zip | |
tings
Diffstat (limited to 'modules/boot')
| -rw-r--r-- | modules/boot/grub.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/boot/grub.nix b/modules/boot/grub.nix index b562370..fd6e1e8 100644 --- a/modules/boot/grub.nix +++ b/modules/boot/grub.nix @@ -7,8 +7,10 @@ useOSProber = true; configurationLimit = 10; memtest86.enable = true; - gfxmodeEfi = "1920x1080"; - gfxmodeBios = "1920x1080"; + gfxmodeEfi = "1920x1080x32"; + gfxmodeBios = "1920x1080x32"; + gfxpayloadBios = "keep"; + gfxpayloadEfi = "keep"; splashMode = "normal"; extraEntries = '' |