fix: add nomodeset kernel param

This commit is contained in:
Jacob Bachmann 2024-09-09 18:36:00 +02:00
parent d063f4e9e8
commit 6b55345b66
No known key found for this signature in database
GPG key ID: 7753026D577922A6

View file

@ -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";