From eaea3a30238a9342805ee6b1f52543d74d65dc6c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 12 Dec 2023 19:08:20 -0500 Subject: [PATCH] chore: use latest kernel now that 6.6.6 is available --- devices/wim/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devices/wim/hardware-configuration.nix b/devices/wim/hardware-configuration.nix index 2fd971f..76b0ef6 100644 --- a/devices/wim/hardware-configuration.nix +++ b/devices/wim/hardware-configuration.nix @@ -8,9 +8,7 @@ imports = [(modulesPath + "/installer/scan/not-detected.nix")]; boot = { - # FIXME: 6.6.5 breaks wpa_supplicant - kernelPackages = pkgs.linuxPackages_6_5; - + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-amd" "acpi_call"]; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback