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