Something Burger 🍔

Bun, meat, salad, tomato, onion, Cheddar.

somethingburger@lemmy.world somethingburger@beehaw.org

  • 12 Posts
  • 59 Comments
Joined 11 months ago
cake
Cake day: August 11th, 2023

help-circle










  • Honestly, Nix's documentation is terrible. This is a good start, but eventually you will have to solve your problems with a lot of googling, browsing Nix forums, reading NixOS's source code (99% of which is written in Nix) and reading furry blogs (for some reason, a disproportionate amount of Nix bloggers are furries). I'd recommend installing the OS and trying to configure it however you like before trying more advanced stuff like flakes or packaging new software.

    My experience with Nix is that I'm knowledgeable enough to use it somewhat properly and know which concepts to use and when, but it took me months and lots of trial and error to reach this point. At some point, it just clicked, and now I'm comfortable with it just like I am with regular Linux. And I find it MUCH better. On my server, I can add a new service and integrate it with my LDAP in 15 minutes. No way doing it by hand or using Ansible will ever be this fast AND reliable.


  • NixOS is amazing. Literally a perfect distro. I use it on my personal server, and getting things up and running is both faster and more reliable than with Ansible. I have 2 VPS with identical configuration, one for testing, and the modularity of the Nix language makes this extraordinarily easy.

    It's funny seeing other distros claiming they invented a solution to problems NixOS solved 20 years ago. Immutability? Atomic upgrades? Containers? Good job, Fedora!