For once I feel a little out of touch after I took a bit of a break from following the news to focus on studying, and suddenly everyone is talking about immutable distributions. What are they exactly? What are the benefits and the disadvantages of immutable systems?

  • Eufalconimorph@discuss.tchncs.de
    link
    fedilink
    arrow-up
    17
    ·
    1 year ago

    They also separate concerns better than classical distros. Executable binaries & libraries are separate from configuration which is separate from data. It makes backups much simpler, makes configuring new machines easier than something like Ansible, etc.

    • highduc@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      I especially look forward to replacing Ansible :)
      Tried to do so with Guix though and I have to say I found it quite difficult, but I hope it catches on and becomes easier to use.