diff --git a/hosts/surfplace/hardware-configuration.nix b/hosts/surfplace/hardware-configuration.nix index b1e57e20..97ca35f5 100644 --- a/hosts/surfplace/hardware-configuration.nix +++ b/hosts/surfplace/hardware-configuration.nix @@ -15,7 +15,7 @@ boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"]; boot.extraModulePackages = [config.boot.kernelPackages.rtl88x2bu]; - microsoft-surface.kernelVersion = "6.1.18"; + microsoft-surface.kernelVersion = "6.5.5"; fileSystems."/" = { device = "/dev/disk/by-label/root";