feat: add memtest to bootloader

This commit is contained in:
etwas 2025-05-03 10:40:49 +02:00
parent 7dd8e5fd4f
commit 6d179a4fd8
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

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