Replace Zen with the latest ZFS compatible kernel
This commit is contained in:
parent
22772c000d
commit
b68e130700
|
@ -7,7 +7,7 @@ let hybrid-codec-vaapiIntel = vaapiIntel.override { enableHybridCodec = true; };
|
||||||
in {
|
in {
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = linuxPackages_zen;
|
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"zfs.zfs_arc_max=1073741824"
|
"zfs.zfs_arc_max=1073741824"
|
||||||
"zfs.zfs_arc_meta_limit_percent=90"
|
"zfs.zfs_arc_meta_limit_percent=90"
|
||||||
|
|
Loading…
Reference in New Issue