Use stable kernel until mesa is fixed

This commit is contained in:
Natsu Kagami 2024-08-13 18:31:26 +02:00
parent 5d2f127bcc
commit 08111c8f13
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -12,7 +12,7 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages; # until mesa fixed
boot.kernelParams = [
# Hibernation
"resume=UUID=fa8aaf51-b99f-4fb4-9230-8c0957d8af3f"