From d0c8bcfe05162d2266cf779609b1bbb222982c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 2 Dec 2024 21:47:48 +0200 Subject: [PATCH] expand vm compression comment --- hosts/vm/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 92b379c..24ad519 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -34,8 +34,10 @@ in { isoName = "toolshed-${vsn}.iso"; + # as of writing zstd -19 reduces toolshed from 9.1G to 8.6G, but takes - # ~30min on fwminex, as opposed to 10m with default settings. + # ~30min on fwminex, as opposed to ~10m with default settings. xz also + # yields 8.6G. #squashfsCompression = "zstd -Xcompression-level 19"; squashfsCompression = "zstd"; appendToMenuLabel = " Toolshed ${vsn}";