grub2: Disable splash image
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:23:25 +0200
1 files changed, 1 insertions(+), 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;