diff --git a/common/systemModules/boot.nix b/common/systemModules/boot.nix index 8c0aac8..429f831 100644 --- a/common/systemModules/boot.nix +++ b/common/systemModules/boot.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ boot = { loader = { timeout = 0; @@ -9,6 +10,9 @@ useOSProber = true; efiInstallAsRemovable = true; timeoutStyle = "hidden"; + memtest86 = { + enable = true; + }; }; }; };