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