Skip to content

Commit

Permalink
Select the maximum resolution supported during boot loader
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 28, 2024
1 parent b1139ff commit 614c833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/base/system/boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
consoleMode = "max";
memtest86.enable = true;
};
};
Expand Down

0 comments on commit 614c833

Please sign in to comment.