Add memtest86 boot menu entry.

This commit is contained in:
2025-10-25 14:06:00 +01:00
parent fabfeea1c2
commit 92a27ac92b

View File

@@ -2,6 +2,7 @@
boot.loader.systemd-boot = { boot.loader.systemd-boot = {
enable = true; enable = true;
configurationLimit = 5; configurationLimit = 5;
memtest86.enable = true;
}; };
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
} }