mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] keep graphic mode even on legacy BIOS
This commit is contained in:
parent
e146e9110a
commit
c5e6b6bcff
1 changed files with 1 additions and 0 deletions
1
boot.nix
1
boot.nix
|
|
@ -335,6 +335,7 @@ in {
|
|||
device = mkIf cfg.efi "nodev";
|
||||
efiSupport = cfg.efi;
|
||||
configurationLimit = cfg.configurationLimit;
|
||||
gfxpayloadBios = "keep";
|
||||
};
|
||||
|
||||
loader.systemd-boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue