Replace Zen with the latest ZFS compatible kernel

This commit is contained in:
coolneng 2022-08-27 22:05:33 +02:00
parent 22772c000d
commit b68e130700
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let hybrid-codec-vaapiIntel = vaapiIntel.override { enableHybridCodec = true; };
in {
# 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"