My journey of installing NixOS on a Raspberry Pi
bouma.techHi all!
When trying to get NixOS to work on my Raspberry Pi, I couldn't find a lot of resources on how to do it.
I wrote this little blog post to have a small reference for other people like me.
Please let me know if I can optimize anything or if there are mistakes found in it.
I've been thinking for some time to try NixOS on some Pi's I have, as I need a few with very similar config. Bookmarking this for some Easter tinkering.
I guess it's obvious when you know NixOS, but for a n00b like me, perhaps point how exactly you used this. Like did you manually install it like the doc goes on about or did you create your own SD card, if so how?
Some links to existing stuff would be plenty fine.
What I did was download the SD card ISO file from the NixOS CI builder. I'll link it to you: https://hydra.nixos.org/job/nixos/release-20.09-aarch64/nixo...
Grab the latest build, download the artifact and decompress it with zstd
Thanks, that was the missing piece of the puzzle!