Doesn’t have to be from this week or this month. A wow moment can even be years back.

  • jeremyparker@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    What’s the deal with nixos? I keep seeing people who love it, but from a quick Google I didn’t really get what was so exciting about it.

    • responsible_sith@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      For me it’s primarily that all configuration is done in a single location. So if I know that I changed a config value somewhere and want to change it again, don’t have to search multiple possible config paths in /etc or .connfig. I know that if I changed something it will be in this single git repo.

    • Gentoo1337@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      Basically you have a config file for your whole OS and installed software, which makes backing up config files easier and also you can use it on other nixos computers, and I’ve heard the package manager is very good too. (I haven’t used nixos so I don’t’ really know how good the experience is)