Merge pull request #63598 from Infinisil/zfs-assertion

nixos/zfs: Remove requestEncryptionCredentials assertion
This commit is contained in:
Jörg Thalheim 2019-06-21 11:01:47 +01:00 committed by GitHub
commit 5c12bac7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;