feat(iso): faster compression
This commit is contained in:
parent
4561728cfc
commit
8c67c8c9fb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
imports = [
|
||||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix")
|
||||
];
|
||||
isoImage.squashfsCompression = ''zstd -Xcompression-level 1'';
|
||||
|
||||
boot = {
|
||||
supportedFilesystems = {
|
||||
|
|
Loading…
Add table
Reference in a new issue