vanadium: 6.12 kernel is mainline LTS now

This commit is contained in:
Primrose 2025-05-19 10:13:44 +02:00
parent 449025bdb3
commit 1d5bfa01dd
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {
system.stateVersion = "24.11"; system.stateVersion = "24.11";
boot.loader = { boot.loader = {
@ -9,7 +9,6 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.kernelParams = [ boot.kernelParams = [
# https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4 # https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4
"pcie_aspm=off" "pcie_aspm=off"