Added examples
This commit is contained in:
parent
ee26db7aee
commit
7683c47755
|
@ -4,6 +4,10 @@
|
|||
#
|
||||
# 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
|
||||
|
||||
{ ... }: {
|
||||
|
||||
|
|
Loading…
Reference in a new issue