I’ve messed around with Linux before, mostly in VMs, but I’m looking to switch over from Windows permanently on my laptop because I think Linux is cool.
Most people in this community talk about pros and cons of this distro or this other distro, but I’d like to hear your opinions based on entirely subjective factors.
I think Arch is neat, I think Ubuntu isn’t as neat, why? Who knows. Tell me about how you chose a specific distro because you thought the name was cool or because it ships with some completely unknown utility no one uses.
NixOS has a cool logo.
There, I said it.
I installed it three nights ago.
It has a lot of neat
It has a lot of wtf
You start out, I want x, then you realize you want y, then you find out to get y, you need z. Then you put follow some instructions and defining unfree in one spot no longer works. Then you find out there are no safe facilities to deploy secrets and you’ll have to make that anyway.
I don’t hate it at all, but I’m slowly realizing it’s not what I thought it was.
Still cool though.
Yeah, it’s very much one of those “steep learning curve” distros, and requires a lot of background reading and perhaps a bit of functional programming knowledge.
For secrets storage, I’ve been using agenix, but you can probably get away with just putting the secrets as plain text files in
/var/secrets
or similar.