•  Veraticus   ( @Veraticus@lib.lgbt ) 
    link
    fedilink
    English
    611 months ago

    I’m a huge NixOS fan myself.

    It is certainly not without problems however. It is incredibly opaque to use and the documentation for it is pretty lacking; you’ll wind up going through a lot of code to see what settings you need to change to achieve the result you want.

    Still, it feels totally magical to have a reproducible system.

  •  meow   ( @meow@beehaw.org ) 
    link
    fedilink
    English
    211 months ago

    I used to have Debian running on one of my Linode VMs, but I so rarely touched the VM after everything was running. Every year or so I would log in to update something or set up something new, but completely forget how everything was configured or how anything worked. It was disturbing knowing so little about the system that I set up.

    I’ve since replaced it with a NixOS installation and the “oh no, what is all of this?!” feeling is gone – it’s so easy to peek at my Nix configuration files and know the state of the entire system. All the installed software, all the configuration, all in one spot. I have the configuration version controlled with Fossil and a copy of it locally. If I ever need to rebuild that instance, I can do it and get it back exactly the same way.

    I’ll always install NixOS if possible now. It’s a little difficult to learn the language, but it’s great once you get things going.