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

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