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";