From 5e83d662e805fee9423470ecdf6fe6b1fd32b7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 21 May 2025 16:52:48 +0200 Subject: [PATCH] feat(memtest): ensure memtest86+ is availible in bootloader --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 8275756..f5065e0 100644 --- a/common.nix +++ b/common.nix @@ -5,6 +5,7 @@ }: { # Bootloader. boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.memtest86.enable = true; boot.loader.efi.canTouchEfiVariables = true; # enable sysrq support for REISUB