Add basic raspi build docs

This commit is contained in:
GHOSCHT 2024-05-31 00:19:21 +02:00
parent 4f73668bf4
commit 7a0bbc1548
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -12,3 +12,9 @@ The specific config from "hosts" can be installed using the following command. L
```sh
sudo nixos-install --option download-speed 4000 --flake .#<CONFIG_NAME_HERE>
```
## RPi Image generation
```sh
nix build .#nixosConfigurations.eustachius.config.system.build.sdImage
sudo dd if=./result/sd-image/<IMAGE_NAME>.img of=/dev/<DEVICE_NAME> bs=1M status=progress
```