mio-ops/images/sd-image_ceitidh.nix

14 lines
397 B
Nix
Raw Permalink Normal View History

2022-07-08 10:11:01 +00:00
# SD image for ceitidh
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -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];
}