!fixup graphical installer update squashfs compress

This commit is contained in:
Gabriel Arazas 2024-01-16 14:59:51 +08:00
parent 95b7c9c7de
commit 073ddff676
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -17,7 +17,7 @@
target = "/etc/nixos";
}];
squashFsCompression = "zstd -Xcompression-level 10";
squashfsCompression = "zstd -Xcompression-level 10";
};
boot.kernelPackages = pkgs.linuxPackages_6_6;