mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] Better boot console resolution
Hopefully
This commit is contained in:
parent
2843d2ee40
commit
47bf44eb3a
1 changed files with 1 additions and 0 deletions
1
boot.nix
1
boot.nix
|
|
@ -176,6 +176,7 @@ in
|
|||
loader.systemd-boot = {
|
||||
enable = cfg.efi && (!cfg.useGrub);
|
||||
configurationLimit = cfg.configurationLimit;
|
||||
consoleMode = "auto";
|
||||
};
|
||||
|
||||
loader.generic-extlinux-compatible = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue