summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
blob: 3dc0f606bf6090b7278a53485ec0eb7f98429d7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This module defines a small NixOS installation CD.  It does not
# contain any graphical stuff.

{ ... }:

{
  imports =
    [ ./installation-cd-base.nix
    ];
}