nixos/zfs: enable requestEncryptionCredentials by default (#64316)

nixos/zfs: enable requestEncryptionCredentials by default
This commit is contained in:
Jörg Thalheim 2019-07-06 09:02:45 +01:00 committed by GitHub
commit df65cd3734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -179,10 +179,9 @@ in
requestEncryptionCredentials = mkOption {
type = types.bool;
default = config.boot.zfs.enableUnstable;
default = true;
description = ''
Request encryption keys or passwords for all encrypted datasets on import.
Dataset encryption is only supported in zfsUnstable at the moment.
For root pools the encryption key can be supplied via both an
interactive prompt (keylocation=prompt) and from a file
(keylocation=file://). Note that for data pools the encryption key can