diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index 79f6635..9ed3dd0 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -16,7 +16,7 @@ ./secrets.nix ]; - boot.kernelPackages = pkgs.linuxPackages_6_9; + boot.kernelPackages = pkgs.linuxPackages_6_10; # 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"];