summary refs log tree commit diff
path: root/nixos/modules/installer/netboot/netboot-minimal.nix
blob: 1563501a7e01108af486be35796ba7b4acae2ac9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This module defines a small netboot environment.

{ ... }:

{
  imports =
    [ ./netboot-base.nix
      ../../profiles/minimal.nix
    ];
}