Adjust hikari boot menu to use full width

This commit is contained in:
Daniel Siepmann 2023-12-27 15:06:04 +01:00
parent 5429ff8823
commit 40c5a25176
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -15,9 +15,12 @@
];
boot = {
# Bootloader.
loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
consoleMode = "max";
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";