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