+20
-9
nixos/modules/tasks/filesystems/zfs.nix
+20
-9
nixos/modules/tasks/filesystems/zfs.nix
···-# Loop across the import until it succeeds, because the devices needed may not be discovered yet.-poolImported "${pool}" || poolImport "${pool}" # Try one last time, e.g. to import a degraded pool.+# Loop across the import until it succeeds, because the devices needed may not be discovered yet.+poolImported "${pool}" || poolImport "${pool}" # Try one last time, e.g. to import a degraded pool.···-${systemd}/bin/systemd-ask-password "Enter key for $ds:" | ${cfgZfs.package}/sbin/zfs load-key "$ds" \+${systemd}/bin/systemd-ask-password --timeout=${toString cfgZfs.passwordTimeout} "Enter key for $ds:" | ${cfgZfs.package}/sbin/zfs load-key "$ds" \···