talos: switch to kernel 6.18

This commit is contained in:
Antoine Martin 2026-03-16 18:59:14 +01:00
parent 25bff43ffb
commit 4621ae4151

View file

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