mio-ops/images/sd-image_paidh-tri.nix
Craige McWhirter 7683c47755
Added examples
2020-04-27 19:43:36 +10:00

20 lines
425 B
Nix

# SD image for paidh-tri
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
# nixos-config=./images/sd-image_paidh-tri.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-base.nix
../hosts/paidh-tri.nix
];
}