From 84b5aaf7d2518f0945837f48ffae6362b0d40220 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 28 Jul 2024 10:29:03 -0400 Subject: [PATCH] thelio76: set systemd-boot consoleMode auto --- config/modules/system76-pc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index ec3c4f2..61e8603 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -11,6 +11,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.consoleMode = "auto"; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true;