this post was submitted on 09 Mar 2026
163 points (96.6% liked)

Selfhosted

60093 readers
830 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] one_knight_scripting@lemmy.world 2 points 3 months ago (1 children)

Thanks to hyprland, I've fallen in love with Arch. Sure it works on other distros, but the AUR is great for easy configuration. I'm running it on my container server, my laptop, my gaming rig, and my OneXPlayer(portable gaming rig). That said, I have been eyeing CachyOS because of the kernel optimization plus it seems easier to install.

[โ€“] d3lta19@lemmy.ca 1 points 3 months ago (1 children)

If you already have arch installed, don't worry about how hard it is to install. All done! You can also run the cachyos kennel in arch if you want

[โ€“] one_knight_scripting@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

Huh, I didn't realize there was an AUR for it already. It would only take yay -S linux-cachyos.

But I need to fix my btrfs/snapper anyways.

I broke it after reverting by messing up my subvolumes. Swap was not properly setup and somehow reverting also broke my snapshots subvolume.

I also want time to test on my spare laptop first so I can create a script/config for it to deploy to my school laptop and gaming rig. But it's exam week for school and I need to finish transferring a 25TB VM to a hardware server.

I'll mess with it over spring break.