collapsable area

This commit is contained in:
Osman Faruk Bayram 2025-01-27 17:32:25 +03:00
parent 3171fdb9c5
commit bebb8673f5

View file

@ -11,6 +11,9 @@ I didnt get these setup yet.
- Raspberry Pi Zero 2W **harmonica** (small machine for small tasks and cronjobs) (not setup yet) - Raspberry Pi Zero 2W **harmonica** (small machine for small tasks and cronjobs) (not setup yet)
- Android phone (termux) **android** (not setup yet) - Android phone (termux) **android** (not setup yet)
<details>
<summary> How to bootstrap raspberry pi 5</summary>
## How to use raspberry pi 5 ## How to use raspberry pi 5
I have 2 configurations for the raspberry pi 5. One is for the sd card (basically bootstraps the system) and the other is for my customized system itself. I have 2 configurations for the raspberry pi 5. One is for the sd card (basically bootstraps the system) and the other is for my customized system itself.
@ -32,6 +35,7 @@ $ zstdcat nixos-sd-image-24.05.20241116.e8c38b7-aarch64-linux.img.zst | dd of=/d
and voila! when you plug the sd card to the raspberry pi 5 it will boot up with the configuration that you have built. And then you can ssh into it and further configure it. and voila! when you plug the sd card to the raspberry pi 5 it will boot up with the configuration that you have built. And then you can ssh into it and further configure it.
</details>
# To-do list # To-do list