Revert "Replace Zen with the latest ZFS compatible kernel"
This reverts commit f92f547fd1
.
This commit is contained in:
parent
e697f8db51
commit
eed5ea6111
|
@ -5,7 +5,7 @@ with pkgs;
|
|||
{
|
||||
# Kernel configuration
|
||||
boot = {
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
kernelPackages = linuxPackages_zen;
|
||||
kernelParams =
|
||||
[ "zfs.zfs_arc_max=1073741824" "zfs.zfs_arc_meta_limit_percent=90" ];
|
||||
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
||||
|
|
Loading…
Reference in New Issue