From 97a1f12d7b9fbad8d91aaacb5f065d299ceca6e6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 11 Jul 2022 21:31:41 +0200 Subject: [PATCH] grub: Disable memtest86 The download URL does not work anymore. --- modules/grub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grub.nix b/modules/grub.nix index f0feb46..1b6d533 100644 --- a/modules/grub.nix +++ b/modules/grub.nix @@ -7,7 +7,7 @@ version = 2; gfxmodeBios = "1920x1080,1920x1200,1024x768,auto"; gfxpayloadBios = "keep"; - memtest86.enable = true; + #memtest86.enable = true; }; timeout = 2; };