this post was submitted on 09 Mar 2026
37 points (100.0% liked)

Linux

16560 readers
156 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

cross-posted from: https://slrpnk.net/post/35084396

Hej lemmings!

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! ๐Ÿ˜Š

you are viewing a single comment's thread
view the rest of the comments
[โ€“] LostWanderer@fedia.io 7 points 1 day ago

I'm running openSUSE Tumbleweed on my desktop and laptop at the moment because it's pretty stable (barring the recent SELinux issues that seem to be a regular occurrence). I don't mind that there are a lot of distros, because there are a lot of people with different needs. Given there is so much freedom in the Linux scene, unlike the constrained Windows or MacOS world...You'll never see a one true distro. As consolidating that much effort and money into one thing is how you get yet another Windows or MacOS but Linux flavored. I hope to continue to see a variety of distros (that can suit different use cases).

Personally, I am even planning on learning NixOS because it is one of those distros that is highly flexible and can be run on multiple machines...Yet be replicated to a tee, with a bit of effort and correctly building Flakes and Config files. To that end, I'm going to learn a scripting language in order to get familiar with it before trying to learn Nix's declarative language that would be used to create the Flakes and Configs necessary for system replication. Never be scared to learn!