mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot] keep graphic mode even on legacy BIOS
This commit is contained in:
parent
2028b48f40
commit
be2519d689
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";
|
device = mkIf cfg.efi "nodev";
|
||||||
efiSupport = cfg.efi;
|
efiSupport = cfg.efi;
|
||||||
configurationLimit = cfg.configurationLimit;
|
configurationLimit = cfg.configurationLimit;
|
||||||
|
gfxpayloadBios = "keep";
|
||||||
};
|
};
|
||||||
|
|
||||||
loader.systemd-boot = {
|
loader.systemd-boot = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue