chore: use latest kernel now that 6.6.6 is available

This commit is contained in:
matt1432 2023-12-12 19:08:20 -05:00
parent 43d75d51ad
commit eaea3a3023

View file

@ -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