2022-06-16 02:09:40 +00:00
|
|
|
# SD image for ceilidh
|
|
|
|
#
|
|
|
|
# To build this image, run:
|
|
|
|
#
|
|
|
|
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
|
|
|
# nixos-config=./images/sd-image_ceilidh.nix
|
|
|
|
#
|
|
|
|
# An example of how to write the image to SD card:
|
|
|
|
#
|
2022-07-25 07:16:42 +00:00
|
|
|
# zstdcat ./result/sd-image/nixos-sd-image-22.05pre-git-aarch64-linux.img.zst | sudo dd of=/dev/sdb
|
2022-06-16 02:09:40 +00:00
|
|
|
{...}: {
|
|
|
|
imports = [./sd-image_paidh-aarch64.nix ../hosts/ceilidh.nix];
|
|
|
|
}
|