grub2: Disable splash image
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M modules/grub2.nix → modules/grub2.nix
@@ -3,6 +3,7 @@ { boot.loader = { grub = { enable = true; + splashImage = null; version = 2; device = "nodev"; efiSupport = true;