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