From bbf8345289c36539c299c6d633a85d16285489d3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 13:14:06 +0200 Subject: ... --- system-profiles/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/zfs.nix') diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix index db742801..148cbb7b 100644 --- a/system-profiles/zfs.nix +++ b/system-profiles/zfs.nix @@ -3,7 +3,7 @@ boot = { kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; supportedFilesystems = [ "zfs" ]; - zfs.enableUnstable = true; + zfs.package = pkgs.zfs_unstable; }; environment.systemPackages = with pkgs; [ httm ]; -- cgit v1.2.3