mtworx: use a stable linux kernel
This commit is contained in:
parent
4bb4349258
commit
0ba9172334
@ -15,9 +15,8 @@ in {
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
kernelModules = ["kvm-intel"];
|
||||
#kernelParams = ["intel_pstate=disable"];
|
||||
loader.systemd-boot.enable = true;
|
||||
initrd = {
|
||||
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
||||
|
Loading…
Reference in New Issue
Block a user