chore: use latest kernel now that 6.6.6 is available
This commit is contained in:
parent
43d75d51ad
commit
eaea3a3023
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue