From eed5ea6111bd193826d23a8abc9d812a9138e1fa Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 18 Dec 2021 15:06:02 +0100 Subject: [PATCH] Revert "Replace Zen with the latest ZFS compatible kernel" This reverts commit f92f547fd14219d9190b76bfdd941fb85879f57a. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4725fe1..a5cdd04 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,7 +5,7 @@ with pkgs; { # Kernel configuration boot = { - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; + kernelPackages = linuxPackages_zen; kernelParams = [ "zfs.zfs_arc_max=1073741824" "zfs.zfs_arc_meta_limit_percent=90" ]; kernelModules = [ "i915" "acpi_call" "kvm-intel" ];