auto set console resolution

This commit is contained in:
Reid 2024-11-25 16:51:49 -08:00
parent c22bdf926f
commit 9d87ae5a49
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -23,6 +23,7 @@ in {
# bootloader # bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.consoleMode = "auto";
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# enable networking # enable networking