nixos/zfs: Don't default to git version for kernels >= 3.19

Stable version 0.6.3-1.3 works with kernels 3.19.x.
This commit is contained in:
Ricardo M. Correia 2015-03-19 19:24:39 +01:00
parent 20b150b26c
commit 4d2317e6eb

View File

@ -55,8 +55,7 @@ in
boot.zfs = {
useGit = mkOption {
type = types.bool;
# TODO(wkennington): Revert when 0.6.4 is out
default = versionAtLeast config.boot.kernelPackages.kernel.version "3.19";
default = false;
example = true;
description = ''
Use the git version of the SPL and ZFS packages.