ceilidh: updated image build example

This commit is contained in:
Serĉanto de Scio 2022-07-25 17:16:42 +10:00
parent c62bc1aa6f
commit 2d508ed33e
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -7,7 +7,7 @@
#
# 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
# zstdcat ./result/sd-image/nixos-sd-image-22.05pre-git-aarch64-linux.img.zst | sudo dd of=/dev/sdb
{...}: {
imports = [./sd-image_paidh-aarch64.nix ../hosts/ceilidh.nix];
}