From 4621ae4151a13dccd41c311b8df31efe5bdee6b5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 16 Mar 2026 18:59:14 +0100 Subject: [PATCH] talos: switch to kernel 6.18 --- hosts/talos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index b0d77f8..b77bbb3 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -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"];