nixos/zfs: Use the git version for kernels unsupported by 0.6.3
This commit is contained in:
parent
5742b24271
commit
35e9d3c112
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue