From ddc48936207e402df9bd01ebe162f5afbe6ff242 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 1 Dec 2024 20:45:57 +0100 Subject: [PATCH] talos: switch to linux 6.12 --- 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 9a042c0..1cd71f6 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -16,7 +16,7 @@ ./secrets.nix ]; - boot.kernelPackages = pkgs.linuxPackages_6_11; + boot.kernelPackages = pkgs.linuxPackages_6_12; # 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"];