diff options
Diffstat (limited to 'installer-profiles/netboot.nix')
-rw-r--r-- | installer-profiles/netboot.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
4 | imports = [ | 4 | imports = [ |
5 | "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" | 5 | "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" |
6 | ]; | 6 | ]; |
7 | |||
8 | config = { | ||
9 | netboot.squashfsCompression = "zstd -Xcompression-level 9"; | ||
10 | system.installer.channel.enable = false; | ||
11 | }; | ||
7 | } | 12 | } |