{ flakeInputs, ... }: { imports = [ "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" ]; config = { netboot.squashfsCompression = "zstd -Xcompression-level 9"; system.installer.channel.enable = false; }; }