talos: switch to 6.10 kernel

This commit is contained in:
Antoine Martin 2024-07-30 16:35:04 +02:00
parent 2a26eb16e2
commit aba4f6a7f9

View file

@ -16,7 +16,7 @@
./secrets.nix ./secrets.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_6_9; boot.kernelPackages = pkgs.linuxPackages_6_10;
# Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could # Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could
# lead to bad Wi-Fi performance # lead to bad Wi-Fi performance
boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"]; boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"];