Nix/OS
Reproducible builds and deployments.
Tussentyds
Gereedskap
I've been using NixOS since around 2022. I use it on my desktop, raspberry pi, and laptop.
It's a great distro mainly because my whole system and user config is in a git repo.
If something breaks, I can just git revert and rebuild the whole system. I can also just push from my laptop and get github actions
to rebuild my system and send it back to my laptop. It's an extremely flexible and configurable OS at the cost of the most brutal
learning code and unreadable errors known to mankind (I fear the day I ask a question and nobody knows what to do).