1 2 3 4 5 6 7
{ flakeInputs, ... }: { imports = [ "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" ]; }