nixos/zfs: Remove requestEncryptionCredentials assertion

zfs >= 0.8 supporting encryption is now stable
This commit is contained in:
Silvan Mosberger 2019-06-21 03:33:09 +02:00
parent 282041fb7b
commit 852fe410fc
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -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;