From 4307b6d9a85e8ebcf37ce725bfb3cabc01ec4a16 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 12 Apr 2024 10:47:50 +0200 Subject: [PATCH] talos: switch to Linux 6.8 --- 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 4def4d9..51704b4 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -18,7 +18,7 @@ hardware.amdgpu.opencl = false; - boot.kernelPackages = pkgs.linuxPackages_6_7; + boot.kernelPackages = pkgs.linuxPackages_6_8; # 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"];