From 80f4eda582aa6a1baf35398b34ee5e5d8da7f1ed Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 24 Jun 2025 08:56:15 +0200 Subject: ... --- system-profiles/zfs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system-profiles/zfs.nix') diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix index f3147f9e..af9f1c17 100644 --- a/system-profiles/zfs.nix +++ b/system-profiles/zfs.nix @@ -1,8 +1,7 @@ { config, pkgs, lib, ... } : { config = { boot = { - kernelPackages = lib.mkIf (!config.boot.kernel.llvm.enable) pkgs.linuxPackages_6_12; - kernel.llvm.kernel = lib.mkIf config.boot.kernel.llvm.enable pkgs.linux_6_12; + kernelPackages = pkgs.linuxPackages_6_12; zfs.package = pkgs.zfs_2_3; supportedFilesystems.zfs = true; -- cgit v1.2.3