Skip to content

Commit

Permalink
Enable memtest86
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Sep 20, 2024
1 parent 0b0afa0 commit 59dc70c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nixos/system/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
boot = {
loader = {
timeout = lib.mkDefault 0; # Hit F10 for a list of generations
systemd-boot.enable = true;
systemd-boot = {
enable = true;
memtest86.enable = true;
};
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
Expand Down

0 comments on commit 59dc70c

Please sign in to comment.