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")];
|
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# FIXME: 6.6.5 breaks wpa_supplicant
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
kernelPackages = pkgs.linuxPackages_6_5;
|
|
||||||
|
|
||||||
kernelModules = ["kvm-amd" "acpi_call"];
|
kernelModules = ["kvm-amd" "acpi_call"];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [
|
extraModulePackages = with config.boot.kernelPackages; [
|
||||||
v4l2loopback
|
v4l2loopback
|
||||||
|
|
Loading…
Reference in a new issue