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" ];