feat: change linux kernel to xanmod

This commit is contained in:
Ryan Yin
2023-12-16 21:44:05 +08:00
parent da729c1ade
commit ab5a68ce9d

View File

@@ -18,6 +18,10 @@
boot.loader.efi.efiSysMountPoint = "/boot";
boot.loader.systemd-boot.enable = true;
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];