mio-ops/images/sd-image_paidh-tri.nix

17 lines
418 B
Nix
Raw Normal View History

2020-04-27 08:08:25 +00:00
# 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
2020-04-27 09:43:36 +00:00
#
# 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
2020-04-27 08:08:25 +00:00
{ ... }: {
2021-11-16 04:57:23 +00:00
imports = [ ./sd-image_paidh-aarch64.nix ../hosts/paidh-tri.nix ];
2020-04-27 08:08:25 +00:00
}