fix: add nomodeset kernel param
This commit is contained in:
parent
d063f4e9e8
commit
6b55345b66
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"nomodeset" # otherwise freezes on boot with lid closed
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/ROOT";
|
||||
fsType = "btrfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue