From 92a27ac92b3ffde440ca3589b57f751fd4d12dde Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sat, 25 Oct 2025 14:06:00 +0100 Subject: [PATCH] Add memtest86 boot menu entry. --- common/systemd-boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/systemd-boot.nix b/common/systemd-boot.nix index 7273c42..8f77cca 100644 --- a/common/systemd-boot.nix +++ b/common/systemd-boot.nix @@ -2,6 +2,7 @@ boot.loader.systemd-boot = { enable = true; configurationLimit = 5; + memtest86.enable = true; }; boot.loader.efi.canTouchEfiVariables = true; }