From 35e9d3c112202bad6b51756f2676d2e0a251abd5 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 11 Feb 2015 15:11:19 -0800 Subject: nixos/zfs: Use the git version for kernels unsupported by 0.6.3 --- nixos/modules/tasks/filesystems/zfs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules/tasks') diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 1ac89c4c2554..93782ffa4d58 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -55,7 +55,8 @@ in boot.zfs = { useGit = mkOption { type = types.bool; - default = false; + # TODO(wkennington): Revert when 0.6.4 is out + default = versionAtLeast config.boot.kernelPackages.kernel.version "3.19"; example = true; description = '' Use the git version of the SPL and ZFS packages. -- cgit 1.4.1