Replace Zen with the latest ZFS compatible kernel

This commit is contained in:
coolneng 2021-11-23 10:55:11 +01:00
parent 0a9cf686af
commit f92f547fd1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];