diff --git a/configuration.nix b/configuration.nix index 132f80d..3837047 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;