diff options
Diffstat (limited to 'installer-profiles/netboot.nix')
| -rw-r--r-- | installer-profiles/netboot.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/installer-profiles/netboot.nix b/installer-profiles/netboot.nix new file mode 100644 index 00000000..28e8084d --- /dev/null +++ b/installer-profiles/netboot.nix | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { flakeInputs, ... }: | ||
| 2 | |||
| 3 | { | ||
| 4 | imports = [ | ||
| 5 | "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/netboot/netboot-minimal.nix" | ||
| 6 | ]; | ||
| 7 | } | ||
