From 47bf44eb3ac9dd3e950af5ede02112774d389db6 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sat, 22 Oct 2022 13:35:41 +0200 Subject: [PATCH] [Boot] Better boot console resolution Hopefully --- boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.nix b/boot.nix index 834d6fd..3285eba 100644 --- a/boot.nix +++ b/boot.nix @@ -176,6 +176,7 @@ in loader.systemd-boot = { enable = cfg.efi && (!cfg.useGrub); configurationLimit = cfg.configurationLimit; + consoleMode = "auto"; }; loader.generic-extlinux-compatible = {