Don't import encrypted ZFS datasets on startup
This commit is contained in:
parent
6ab24a5583
commit
7c3e61e51a
|
@ -55,6 +55,9 @@
|
|||
# Enable ZFS support
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
# Don't import encrypted datasets
|
||||
boot.zfs.requestEncryptionCredentials = false;
|
||||
|
||||
# Scrub zpool monthly
|
||||
services.zfs.autoScrub = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue