summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
blob: 3a67546a50f543ebbd914151a8ecb1cd0bcbd4b6 (plain) (blame)
1
2
3
4
5
{
  imports = [
    ../sd-card/sd-image-raspberrypi-installer.nix
  ];
}