Hacker News new | ask | show | jobs
by thespoonbends 2055 days ago
I've been using NixOS on all my devices for 2 years now, and it's great to have easy reproducible systems.

NixOS design gives it a robustness that is missing from taking a mutable distro and applying mutations (via Puppet/Ansible/Chef) to it.

1 comments

After using it for a few weeks it feels like everyone else got package and config management kind of wrong.

Nix really shines when I’ve started to use nix-shell for different projects - can recommend!

Best way to describe it is that the os is no longer kind of a ”repl”.

Yes, a classic Linux distro feels like a REPL or writing in assembly/m4. NixOS turns a machine into a compiled program.