# SD image for ceitidh # # To build this image, run: # # nix-build '' -A config.system.build.sdImage -I \ # nixos-config=./images/sd-image_ceitidh.nix # # An example of how to write the image to SD card: # # zstdcat ./result/sd-image/nixos-sd-image-22.05pre-git-aarch64-linux.img.zst | sudo dd of=/dev/sdb {...}: { imports = [./sd-image_paidh-aarch64.nix ../hosts/ceitidh.nix]; }