this post was submitted on 02 Sep 2026
22 points (100.0% liked)

Nix / NixOS

2867 readers
2 users here now

Main links

Videos

founded 3 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] panda_abyss@lemmy.ca 12 points 4 days ago (2 children)

NixOS has ruined all other operating systems for me.

It’s made actually running a secure system so much easier, I love that when I define a new service I can create and manage service accounts and permissions very clearly and reliably. It makes it hard to screw up user permissions, which was something I hated dealing with in Linux before.

[–] exdor@programming.dev 1 points 2 days ago

Show configs or I dont believe you XD

[–] Buckshot@programming.dev 6 points 3 days ago (1 children)

I've been using it for several years now. It did take me about a year to learn it before switching though.

My previous server was the same install for about a decade old and it took weeks to unpick everything and migrate, the random edit to config years earlier that's apparently critical to something i don't even remember until it breaks or the cron running on a service account i forgot exists.

I love that it's all in one place now with git history

[–] panda_abyss@lemmy.ca 1 points 3 days ago

Yeah, I spent a few weeks really learning it, and while it has some warts I think it’s great

[–] tatterdemalion@programming.dev 5 points 4 days ago (1 children)

NixOS is wonderful. At the same time it's pretty annoying how often I need to test a workflow at my job and it just doesn't work because X or Y downloaded a prebuilt binary that can't dynamically load libraries. The solution is usually simple, but the fact that it's recurring sucks.

[–] exdor@programming.dev 1 points 2 days ago (1 children)

Dynamic libraries work pretty well with the nixos option

[–] tatterdemalion@programming.dev 1 points 2 days ago (1 children)
[–] exdor@programming.dev 1 points 2 days ago (1 children)

Oh yea, I use this. Doesn't change the fact that I often run into new dynamic libraries that need to be installed; mostly because the binaries that need them are now the exception instead of the rule.