2020-04-27 09:47:57 +00:00
|
|
|
# SD image for paidh-coig
|
|
|
|
#
|
|
|
|
# To build this image, run:
|
|
|
|
#
|
|
|
|
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
|
|
|
# nixos-config=./images/sd-image_paidh-coig.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 = [
|
2020-06-25 06:30:46 +00:00
|
|
|
./sd-image_paidh-aarch64.nix
|
2020-04-27 09:47:57 +00:00
|
|
|
../hosts/paidh-coig.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
}
|