From 86f8ba751f949a013a29e2a7f49c3d41c078318b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 10:23:25 +0200 Subject: grub2: Disable splash image --- modules/grub2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/grub2.nix b/modules/grub2.nix index 6eaa8cc5..70e86e71 100644 --- a/modules/grub2.nix +++ b/modules/grub2.nix @@ -3,6 +3,7 @@ { boot.loader = { grub = { enable = true; + splashImage = null; version = 2; device = "nodev"; efiSupport = true; -- cgit 1.4.1