From 692e0b5f3aa1c8977375d2ccbf5d0257a76fa744 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Sun, 8 Apr 2018 12:07:23 +0100 Subject: zfsLegacyCrypto: set incompatibleKernelVersion to 4.16 --- pkgs/os-specific/linux/zfs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/zfs') diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix index ae51d3d4f98..788c596c03a 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -182,9 +182,11 @@ in { spl = splUnstable; }; + # TODO: Remove this module before 18.09 + # also remove boot.zfs.enableLegacyCrypto zfsLegacyCrypto = common { # comment/uncomment if breaking kernel versions are known - incompatibleKernelVersion = null; + incompatibleKernelVersion = "4.16"; # this package should point to a version / git revision compatible with the latest kernel release version = "2018-02-01"; -- cgit 1.4.1