From 43c9825e49d25fbd2c19abcdeb8f73aee8be2a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:50:27 +0200 Subject: ... --- installer-profiles/netboot.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installer-profiles/netboot.nix') diff --git a/installer-profiles/netboot.nix b/installer-profiles/netboot.nix index 28e8084d..6e39ebfb 100644 --- a/installer-profiles/netboot.nix +++ b/installer-profiles/netboot.nix @@ -4,4 +4,9 @@ imports = [ "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" ]; + + config = { + netboot.squashfsCompression = "zstd -Xcompression-level 9"; + system.installer.channel.enable = false; + }; } -- cgit v1.2.3