From 852fe410fc11eb7f8ad36cd2eb048a08668d8035 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Fri, 21 Jun 2019 03:33:09 +0200 Subject: nixos/zfs: Remove requestEncryptionCredentials assertion zfs >= 0.8 supporting encryption is now stable --- nixos/modules/tasks/filesystems/zfs.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/modules/tasks/filesystems') diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 93bbd141284d..22578b012608 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -314,10 +314,6 @@ in assertion = !cfgZfs.forceImportAll || cfgZfs.forceImportRoot; message = "If you enable boot.zfs.forceImportAll, you must also enable boot.zfs.forceImportRoot"; } - { - assertion = cfgZfs.requestEncryptionCredentials -> cfgZfs.enableUnstable; - message = "This feature is only available for zfs unstable. Set the NixOS option boot.zfs.enableUnstable."; - } ]; virtualisation.lxd.zfsSupport = true; -- cgit 1.4.1