talos: switch to Linux 6.8

This commit is contained in:
Antoine Martin 2024-04-12 10:47:50 +02:00
parent 3b942d0625
commit 4307b6d9a8

View file

@ -18,7 +18,7 @@
hardware.amdgpu.opencl = false;
boot.kernelPackages = pkgs.linuxPackages_6_7;
boot.kernelPackages = pkgs.linuxPackages_6_8;
# Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could
# lead to bad Wi-Fi performance
boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"];