From 864c8d209510057c40ae88db1464e2f202f9a68f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 21 Feb 2024 15:48:05 -0600 Subject: [PATCH] make systemd-boot text bigger --- hosts/othalan/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 8cec507..cb02732 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -42,6 +42,7 @@ networking.hostName = "othalan"; time.timeZone = "US/Central"; boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.consoleMode = "max"; boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest;