Replace Zen with the latest ZFS compatible kernel

This commit is contained in:
2022-08-27 22:05:33 +02:00
parent 22772c000d
commit b68e130700

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"