Switch to Zen kernel
This commit is contained in:
parent
51eca1d4f3
commit
e191f9b386
|
@ -11,8 +11,11 @@ with pkgs;
|
|||
{
|
||||
# Kernel configuration
|
||||
boot = {
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
blacklistedKernelModules = [ "btusb" "bluetooth" ];
|
||||
kernelPackages = linuxPackages_zen;
|
||||
blacklistedKernelModules = [
|
||||
"btusb"
|
||||
"bluetooth"
|
||||
];
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=8589934592"
|
||||
"zfs.zfs_arc_min=1073741824"
|
||||
|
|
Loading…
Reference in New Issue