kilgharrah: Use kernel 6.18

For some reason, using kernel 6.12.76 (the current on 25.11 at time of
writing), the xe module crashes on load with a null pointer
dereference. This didn't happen on 6.12.74. I can't place the
regression, but 6.18.17 seems to work fine.
This commit is contained in:
Katherina Walshe-Grey 2026-03-17 22:03:03 +00:00
parent 1e35e9ee9a
commit 1a44b2baac

View file

@ -5,6 +5,7 @@
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true; services.fwupd.enable = true;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18; # 6.12 (current default for 25.11) seems to make the xe module crash on load? needs more investigation
services.xserver.videoDrivers = [ "modesetting" ]; services.xserver.videoDrivers = [ "modesetting" ];
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;