switch to xanmod kernel
This commit is contained in:
parent
2048c12baa
commit
690851ede3
@ -10,7 +10,8 @@
|
||||
./nvidia.nix
|
||||
./acer-monitor-edid.nix
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.blacklistedKernelModules = [ ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user