summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-armv7l-multiplatform-installer.nix
blob: fbe04377d50d6eb79e625aa2b4e794efb1955d43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ../../profiles/installation-device.nix
    ./sd-image-armv7l-multiplatform.nix
  ];

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