mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 01:52:05 +03:00
iso: squashfsCompression defaults to zstd upstream
zstd -Xcompression-level 19
This commit is contained in:
parent
a11970c782
commit
85c198f7c0
@ -11,9 +11,6 @@
|
|||||||
systemd.services.wpa_supplicant.wantedBy = lib.mkForce ["multi-user.target"];
|
systemd.services.wpa_supplicant.wantedBy = lib.mkForce ["multi-user.target"];
|
||||||
systemd.services.sshd.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";
|
formatAttr = "isoImage";
|
||||||
fileExtension = ".iso";
|
fileExtension = ".iso";
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
lib,
|
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
@ -13,9 +12,6 @@
|
|||||||
# USB booting
|
# USB booting
|
||||||
isoImage.makeUsbBootable = true;
|
isoImage.makeUsbBootable = true;
|
||||||
|
|
||||||
# Much faster than xz
|
|
||||||
isoImage.squashfsCompression = lib.mkDefault "zstd";
|
|
||||||
|
|
||||||
formatAttr = "isoImage";
|
formatAttr = "isoImage";
|
||||||
fileExtension = ".iso";
|
fileExtension = ".iso";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user