Add basic raspi build docs
This commit is contained in:
parent
4f73668bf4
commit
7a0bbc1548
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@ The specific config from "hosts" can be installed using the following command. L
|
||||||
```sh
|
```sh
|
||||||
sudo nixos-install --option download-speed 4000 --flake .#<CONFIG_NAME_HERE>
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue