aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index a0b61a2..ea2ec00 100644
--- a/default.nix
+++ b/default.nix
@@ -390,7 +390,7 @@ rec {
${qemu}/bin/qemu-system-x86_64 \
${commonQemuOptions}
${qemuDriveOptions (builtins.attrValues storeDrives)} \
- -incoming 'exec:${lz4}/bin/lz4 -d ${suspension args}' | ${dos2unix}/bin/dos2unix -f | head -c 500
+ -incoming 'exec:${lz4}/bin/lz4 -d ${suspension args}' | ${dos2unix}/bin/dos2unix -f | head -c 1M
# ^ qemu incorrectly does crlf conversion, check in the future if still necessary
'' // args;