mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Disable Zen kernel
I am having lockups like the crew of Linux Unplugged described having with a rull real time kernel... disabling zen for now to see if that makes them stop.
This commit is contained in:
parent
8c5ea5dfbc
commit
d9b90704a0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" "sg" ];
|
||||
boot.kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue