Hej lemmings! (Hoping this is relevant enough for the selfhosted commjnity)

Quick question for you all: do you stick with the same distro across your PC, laptop, and server, or do you pick different ones based on the device and what you’re doing?

For me, I’ve been mixing and matching depending on the use case, but I’m starting to think it’d be nice to just have one distro (or at least one family like Fedora or Debian) running everywhere. That way I wouldn’t get confused about default settings or constantly have to look up flags for different package managers.

Right now my setup is:

  • Gaming rig: CachyOS
  • Laptop: AuroraOS
  • NAS: Unraid
  • Various project servers: DietPi, Debian, Alpine etc…

I feel like NixOS might be the only distro that could realistically handle all these use cases, but I’m a bit scared of the learning curve and the maintenance work it’d take to migrate everything over.

Am I the only one who feels like having “one distro to rule them all” would be nice? How do you guys handle your setups? All ears! 😊

    • panda_abyss@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 hours ago

      What is the learning/on-boarding curve for this?

      I ask because my home folder has a giant just file I use to script everything. I feel like I’m 80% there to just migrating.

      • smiletolerantly@awful.systems
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 hours ago

        It’s a very steep curve to start, with some additional minor steep parts along the way, but it’s not a long curve. Once you got the core concepts and the basic language constructs, you’ve learned most of what you’ll ever need.

        Two nice resources: search.nixos.org is super handy, and you can search GitHub with language:nix and a search term to get tons of examples from other people.

        Oh, and nix and just is actually a pretty common combo!

    • ivn@tarte.nuage-libre.fr
      link
      fedilink
      Français
      arrow-up
      9
      ·
      7 hours ago

      And it’s very handy for this, I have the same config for all my devices (desktop, laptop and server). Enabling and disabling different modules depending on the host it’s deployed to.

      • smiletolerantly@awful.systems
        link
        fedilink
        English
        arrow-up
        5
        ·
        5 hours ago

        Yep, exactly.

        To be fair, if you use Debian, Arch, Fedora,… long enough, you also know how to tweak your machine for every purpose. In Nix, it’s just somewhat of a self-fulfilling prophecy, because you have to know how to tweak your system to achieve… anything, and then it’s the same tweaking mechanics for every other purpose as well.