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

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