From 40c5a251760bf28552556dde4d6b18300ff45dbc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 27 Dec 2023 15:06:04 +0100 Subject: [PATCH] Adjust hikari boot menu to use full width --- systems/hikari/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systems/hikari/configuration.nix b/systems/hikari/configuration.nix index cbcd5b4..f2a27b3 100644 --- a/systems/hikari/configuration.nix +++ b/systems/hikari/configuration.nix @@ -15,9 +15,12 @@ ]; boot = { - # Bootloader. loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + consoleMode = "max"; + }; + efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot/efi";