From 60381adfefc59db7f8d515e1d7954f0f0d226a5a Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 30 Aug 2024 22:09:33 +0200 Subject: [PATCH] change console mode resolution --- modules/system/boot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index 5f13633..0e534b0 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -1,6 +1,7 @@ { ... }: { boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.consoleMode = "max"; boot.loader.efi.canTouchEfiVariables = true; boot.plymouth.enable = true; boot.plymouth.theme = "bgrt";