add comment on how to create sdcard
This commit is contained in:
parent
85d1ea4d4d
commit
39f0cfe600
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
# nix build .#nixosConfigurations.raspiimage.config.system.build.sdImage
|
||||
# sudo dd if=result/sd-image/nixos-sd-image-21.11.20211201.a640d83-aarch64-linux.img of=/dev/sda bs=4M conv=fsync status=progress
|
||||
raspiimage = nixpkgs-stable.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue