talos: bump kernel to 6.11

This commit is contained in:
Antoine Martin 2024-10-27 17:35:38 +01:00
parent 5c72051f71
commit 2776dce09c

View file

@ -16,7 +16,7 @@
./secrets.nix
];
boot.kernelPackages = pkgs.linuxPackages_6_10;
boot.kernelPackages = pkgs.linuxPackages_6_11;
# 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"];