From 9c3e9bfcadc8216cc12a7e7f4d7507696ae62860 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Tue, 16 Jan 2024 23:32:34 -0500 Subject: [PATCH] Remove explicit kernel version setting for laptop --- hardware-configuration/laptop.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hardware-configuration/laptop.nix b/hardware-configuration/laptop.nix index abddc18..ad5a3b5 100644 --- a/hardware-configuration/laptop.nix +++ b/hardware-configuration/laptop.nix @@ -4,8 +4,6 @@ hardware.enableRedistributableFirmware = true; hardware.enableAllFirmware = true; - microsoft-surface.kernelVersion = "6.1.18"; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ];