{ flakeInputs, ... }:

{
  imports = [
    "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix"
  ];
}