What did yall end up settling on?

  • eddiereasoner@lemmus.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    What are the advantages of nixOS? I have a Ubuntu Server but plan to run Fedora KDE on my desktop when I build it.

    • Marty_TF@lemmy.zip
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 day ago

      as t4v0 said, the reprdoucable build system

      i have a desktop, a trash laptop for work (construction) and a not as trash one for personal use. also a server

      but all managed with one config, where with just one command i can get a program on all my devices, and i know i get a working system out of it, bcs it just refuses to build if just one component fails. then i tweak it until it builds properly, and never have a broken OS.

      also, while still heavily underused, the nature of flakes and the ability to pull from non-github repos makes it in theory very decentralized. in theory. in praxis, microsoft is our package vendor :P

    • T4V0@lemmy.pt
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      Not the same dude, but I assume the Nix reproducible declarative build and deployment system. It’s what interested me the most as a former Arch user, though the poor documentation threw me off at the time. Don’t know if it improved or not.