Use linux 6.11 on sisko (cpufreq e thermal support)

This commit is contained in:
Andrea Ciceri 2024-10-10 17:05:32 +02:00
parent cad15d88fd
commit 34b7c07297
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -33,7 +33,7 @@
./disko.nix
];
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_10;
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_11;
system.stateVersion = "24.05";