Use latest kernel on framework

This commit is contained in:
Natsu Kagami 2024-12-30 13:50:29 +01:00
parent a6c34181b4
commit 546d8fffb5
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

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