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 1b7a4d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/base/system/boot/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{ lib, ... }:

{
boot = {
# Use the systemd-boot EFI boot loader.
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
consoleMode = lib.mkDefault "max";
memtest86.enable = true;
};
};
Expand Down

0 comments on commit 1b7a4d8

Please sign in to comment.