mio-ops/images/sd-image_paidh-aon.nix
2021-11-16 17:53:38 +10:00

17 lines
416 B
Nix

# SD image for paidh-aon
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
# nixos-config=./images/sd-image_paidh-aon.nix
#
# An example of how to write the image to SD card:
#
# bzcat ./result/sd-image/nixos-sd-image-20.03.1577.74a80c5a9ab-aarch64-linux.img.bz2 | sudo dd of=/dev/sdb
{ ... }: {
imports = [ ./sd-image_paidh-armv7.nix ../hosts/paidh-aon.nix ];
}