Skip to content

Commit

Permalink
Enable memtest entry in boot loader
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 28, 2024
1 parent 9f88a42 commit b1139ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/base/system/boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
boot = {
# Use the systemd-boot EFI boot loader.
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
memtest86.enable = true;
};
};
};
}

0 comments on commit b1139ff

Please sign in to comment.