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:
parent
20b150b26c
commit
4d2317e6eb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user