this post was submitted on 04 Aug 2024
0 points (NaN% liked)

NixOS

973 readers
1 users here now

NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.

This community discusses NixOS, Nix, and everything related.

founded 1 year ago
MODERATORS
 

cross-posted from: https://infosec.pub/post/15780978

Am I out of touch?

No, it's the forward-thinking generation of software engineers that want elegant, reliable, declarative systems that are wrong.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 month ago (2 children)

The only bad thing about NixOS is beginner experience of adopting it to one's personal needs

[–] [email protected] 0 points 1 month ago

I'd say that the upfront costs of administration are too high for most people's use cases too. It's the same reason why most people don't document most of what they do, most of the time it's the right decision and it's hard to tell what the exceptions are until after you forget what would be in that documentation.

[–] [email protected] 0 points 1 month ago

Very true. I made a point of doing it by forking an already working nix-config from github that used what I wanted to use. This one drew me in because it used xmonad along with home-manager and flakes. Honestly, it really WAS pretty confusing at first (due to that setup using secrets and git-crypt to obfuscate some of the files) but Nix had some helpful error messages that allowed me to finally get it working in a VM. Then, I got it installed as my daily driver when it was stable enough. Today, I provision all of my different systems in my network (ARM, x86, Nix-Darwin, Nix on a routers and network gear, etc) using one nix-config that contains all of the machine configs as different outputs.