From eb0d6a1274f98de0448a9ddb466e2e30d1721895 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Oct 2024 21:11:51 +0200 Subject: ... --- system-profiles/zfs.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'system-profiles/zfs.nix') diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix index 148cbb7b..49386363 100644 --- a/system-profiles/zfs.nix +++ b/system-profiles/zfs.nix @@ -1,9 +1,10 @@ -{ config, pkgs, ... } : { +{ pkgs, lib, ... } : { config = { boot = { - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - supportedFilesystems = [ "zfs" ]; - zfs.package = pkgs.zfs_unstable; + kernelPackages = pkgs.linuxPackages_6_10; + zfs.package = pkgs.zfs_2_2; + + supportedFilesystems.zfs = true; }; environment.systemPackages = with pkgs; [ httm ]; -- cgit v1.2.3