diff options
Diffstat (limited to 'modules/grub2.nix')
-rw-r--r-- | modules/grub2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/grub2.nix b/modules/grub2.nix index 6eaa8cc..70e86e7 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; |