Merge pull request #63090 from NixOS/nomodeset
kernel.nix: boot.vesa implies nomodeset
This commit is contained in:
commit
2b8ea614b8
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ in
|
|||
# (so you don't need to reboot to have changes take effect).
|
||||
boot.kernelParams =
|
||||
[ "loglevel=${toString config.boot.consoleLogLevel}" ] ++
|
||||
optionals config.boot.vesa [ "vga=0x317" ];
|
||||
optionals config.boot.vesa [ "vga=0x317" "nomodeset" ];
|
||||
|
||||
boot.kernel.sysctl."kernel.printk" = mkDefault config.boot.consoleLogLevel;
|
||||
|
||||
|
|
Loading…
Reference in a new issue