summary refs log blame commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
blob: 4641b8fcf9d1c47fdbc3eca396d8f5f908409c99 (plain) (tree)
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.

{ config, lib, ... }:

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