From 6bd1909c3bd2e9a16f3c87ae110e33dd357f3309 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sun, 29 Oct 2023 00:38:12 +0200 Subject: [PATCH] use current kernel version --- hosts/surfplace/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";