feat(memtest): ensure memtest86+ is availible in bootloader

This commit is contained in:
Khaïs COLIN 2025-05-21 16:52:48 +02:00
parent cb81d21ad1
commit 5e83d662e8
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -5,6 +5,7 @@
}: { }: {
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.memtest86.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# enable sysrq support for REISUB # enable sysrq support for REISUB