all repos — nixfiles @ 86f8ba751f949a013a29e2a7f49c3d41c078318b

System and user configuration, managed by nix and home-manager

grub2: Disable splash image
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:23:25 +0200
commit

86f8ba751f949a013a29e2a7f49c3d41c078318b

parent

78ce34a501cc9a9187eb35d15855be3fd30e0cc5

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/grub2.nixmodules/grub2.nix
@@ -3,6 +3,7 @@ { boot.loader = {
     grub = {
       enable = true;
+      splashImage = null;
       version = 2;
       device = "nodev";
       efiSupport = true;