summary refs log blame commit diff
path: root/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix
blob: 2a6b6abdf913ebffef6b4c41a28572cb65ebfae7 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                          



                                                                   
 
{
  imports = [
    ../../profiles/installation-device.nix
    ./sd-image-aarch64.nix
  ];

  # the installation media is also the installation target,
  # so we don't want to provide the installation configuration.nix.
  installer.cloneConfig = false;
}