NixOS is a Linux distribution that is completely and entirely reproducible. Everything you use is defined in a configuration file that is used to build your system. All the services, packages, options, partition layout, hardware, everything, is in this config file.

If you're a developer, your eyes might be sparkling right now: that's right, one config file to exactly replicate your entire development environment.

You also can never get into dependency hell. Packages all declare exactly which versions of each library they need, and these versions are all installed side by side and kept, not erased by newer versions.

NixOS sounds super cool. Has anyone tried it out on a RaspberryPi for a home server? I might try replacing Ubuntu as my home server.

top 6 comments

sorted by: hot top controversial new old
[–] 1 point 3 years ago (1 child)

It requires too much fuckery to really do it on RPi. But on x86, it's the most reliable distro I tried. You can even switch stable/unstable branches without running into issues.

  • source
  • hideshow 2 child comments
  • [–] [S] 3 points 3 years ago (2 children)

    What about the Pi makes it a hassle?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 3 years ago (1 child)

    IIRC, once you built and installed the Pi image, in order to update you needed to reinstall it all locally, as NixOS doesn't consider ARM built on x86 to be identical to ARM built on ARM. However, I believe they now have an ARM build server that generates both precompiled ARM-from-ARM images and packages.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago

    @asteroidrainfall I used Nix exclusively for over a year in 2021-2022, I quite liked it. I loved the idea of my OS basically being a config file I could just use on another machine and end up with more or less the same environment. Plus all the stuff you can do in that config file, like mapping NFS volumes, it's unreal.

  • source
  • load more comments
    view more: next ›