iso: squashfsCompression defaults to zstd upstream

zstd -Xcompression-level 19
This commit is contained in:
phaer 2024-09-05 15:10:43 +02:00
parent a11970c782
commit 85c198f7c0
2 changed files with 0 additions and 7 deletions

View File

@ -11,9 +11,6 @@
systemd.services.wpa_supplicant.wantedBy = lib.mkForce ["multi-user.target"];
systemd.services.sshd.wantedBy = lib.mkForce ["multi-user.target"];
# Much faster than xz
isoImage.squashfsCompression = lib.mkDefault "zstd";
formatAttr = "isoImage";
fileExtension = ".iso";
}

View File

@ -1,5 +1,4 @@
{
lib,
modulesPath,
...
}: {
@ -13,9 +12,6 @@
# USB booting
isoImage.makeUsbBootable = true;
# Much faster than xz
isoImage.squashfsCompression = lib.mkDefault "zstd";
formatAttr = "isoImage";
fileExtension = ".iso";
}