this post was submitted on 09 Mar 2026
41 points (97.7% liked)

Selfhosted

56957 readers
2165 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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! 😊

top 49 comments
sorted by: hot top controversial new old
[–] DaPorkchop_@lemmy.ml 1 points 12 minutes ago

Almost everything is Debian - my servers, my desktop and laptops, my family member's computers, the living room media player. Only exceptions are my router (OpenWRT) and my Steam Deck (SteamOS).

[–] mech@feddit.org 5 points 1 hour ago (1 children)

Yes, Debian. It's called the universal operating system for a reason.

[–] needanke@feddit.org 1 points 27 minutes ago

Same, literaly only have bazzite and android on one device each with everything else being Debian.

Although I have been thinking about switching to Nix for a more robust backup/restore setup.

[–] Decq@lemmy.world 3 points 1 hour ago* (last edited 1 hour ago) (1 children)

I've converted everything to NixOS (Desktop, laptop, nas and 3d printer, rpi with home assistant) only my router is still pfSense (and thus BSD). It just makes configuration and updating so much easier from one central configuration. And I don't have to remember what and how I installed something. It's just there in my flake.

[–] needanke@feddit.org 1 points 29 minutes ago

How quick could you pick it up? And how does it handle one config for different devices (due to different hardware(fstab/cryptsetup differences), propietary/non-mainlined drivers?

I have been thinking about switching because I'd love a reproduciable system but fear it would take some of that flexibility I rely on (I've had some issues with ftstab/cryptsetup and initramfs customizations on the fedora atomic base of bazzite on my steamdeck).

[–] French75@slrpnk.net 2 points 1 hour ago

No. Debian on the server. CachyOS on the laptop OPNsense / FreeBSD on the router-firewall appliance.

I don't really feel like I need a single OS across everything. The lack of that has never been an issue.

[–] Telodzrum@lemmy.world 2 points 1 hour ago (1 children)

Arch on user PCs and Debian on anything else. This is with the exception that our big server is on Proxmox and the NAS (as well as off-site backup) are on unRaid.

[–] needanke@feddit.org 2 points 25 minutes ago (1 children)

Tbh I still consider Proxmox as Debian, so you're pretty much there ;).

[–] Telodzrum@lemmy.world 1 points 11 minutes ago

I actually agree, I just broke it out for this discussion.

[–] verdigris@lemmy.ml 2 points 1 hour ago

I mix, my server and laptop are nixos but I use an arch variant on my desktop. Mostly I do this because of various pain points with nixos and gaming.

[–] eksb@programming.dev 24 points 3 hours ago* (last edited 3 hours ago) (1 children)

Servers are all Debian. Family member's laptops are all Debian. I used Debian on my laptops for 20 years, but when Steam Deck switched to Arch, I switched my laptop to Arch to force me to learn it. I have a file with notes of differences between Debian and Arch. Next time I buy a new laptop, I will probably go back to Debian.

[–] RIotingPacifist@lemmy.world 1 points 3 hours ago

Same but a ubuntu-derivative instead of Arch.

I don't want to think about my server, but I do sometimes want the latest and greatest app on my laptop.

[–] suicidaleggroll@lemmy.world 2 points 1 hour ago* (last edited 1 hour ago)

I didn't use to, but I do now. Debian on everything (except the Proxmox servers, but Proxmox is basically Debian too)

[–] hexagonwin@lemmy.today 1 points 1 hour ago

i have slackware 15 on all, it's great how i can just copy over binaries and they just run because all the linked libraries are the same version

[–] smiletolerantly@awful.systems 15 points 3 hours ago (3 children)

Yes. Everything is NixOS. Because it's perfect for everything.

[–] panda_abyss@lemmy.ca 2 points 24 minutes ago (1 children)

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 2 points 19 minutes 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 6 points 2 hours ago (1 children)

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.

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.

[–] adf@lemmy.world 1 points 2 hours ago (1 children)

Same here, except the steam deck.

My Steam Deck also runs NixOS.

Because this way I can much more comfortably configure it, plus everything game related I automated through nix for my Desktop (e.g. mod installs, reShade config,...) immediately and without any extra steps also applies to the Steam Deck.

https://github.com/Jovian-Experiments/Jovian-NixOS

[–] FaygoRedPop@lemmy.world 9 points 3 hours ago (3 children)

I love how this post doesn't even pretend that anyone may use anything but Linux. Classic Lemmy.

[–] mech@feddit.org 1 points 1 hour ago

Self-hosting on Windows Server is a pain I don't need in my life.

[–] hexagonwin@lemmy.today 1 points 1 hour ago

i do use freebsd :) and occasionally win7/10..

usage goes like freebsd >>> linux > m$win

[–] frongt@lemmy.zip 4 points 2 hours ago

I don't see anyone here saying "actually I use BSD" so it seems to have been a safe assumption

[–] Creat@discuss.tchncs.de 1 points 1 hour ago

All normal PCs run CachyOS, includes gaming PCs, laptops and media PCs. All servers run some form of Debian (includes Proxmox) or a dedicated distro for their use (TRUE WAS, technically also Debian based).

[–] Pika@sh.itjust.works 1 points 1 hour ago

I'm all some Debian dereritive, whether it's Q4OS or just Debian,

[–] elperronegro@lemmy.world 2 points 2 hours ago (1 children)

For me it depends on computer capability. 3 generations of laptop... Current: PopOS Older: MiniOS Oldest (32bit): AntiX

[–] irmadlad@lemmy.world 1 points 1 hour ago

Oldest (32bit)

I still have a functional 32 bit laptop. It's rather slow, but it does work

[–] Evil_Shrubbery@thelemmy.club 3 points 2 hours ago* (last edited 2 hours ago)

Proxmox with plethora of distros (preferably Debian), openwrt, opnsense (freeBSD), the pies as well somewhere ... but my desktop & laptop are both Tumbleweed.

(But I should try Bazzite myself at some point to understand if it's really a distro to recommend to Windows refugees looking for gaming & not learning anything or not that much "Linux related" immediately. It wouldn't be my guess, but the experiences I read here stayed with me for some reason.)

[–] blurry@feddit.org 3 points 2 hours ago (2 children)

I use arch btw (on everything).

So yes ... my laptop, my home server and even my wife's laptop.

[–] partofthevoice@lemmy.zip 2 points 2 hours ago

Gentoo > Arch > Elementary

[–] a_person@piefed.social 0 points 2 hours ago (1 children)

What about your wifes boyfriends laptop

[–] mrbn@lemmy.ca 3 points 2 hours ago

He uses Windows

[–] FlowerFan@piefed.blahaj.zone 5 points 3 hours ago

yes. Everything is Fedora Silverblue, except servers they are ubuntu on proxmox.

My hobby is gaming, linux is just a means to do that hobby, not a hobby itself.

[–] Decronym@lemmy.decronym.xyz 1 points 2 hours ago* (last edited 4 minutes ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
LTS Long Term Support software version
NAS Network-Attached Storage
NUC Next Unit of Computing brand of Intel small computers
VPS Virtual Private Server (opposed to shared hosting)

4 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

[Thread #152 for this comm, first seen 9th Mar 2026, 16:50] [FAQ] [Full list] [Contact] [Source code]

[–] gurty@lemmy.world 1 points 2 hours ago

Ubuntu for the main pc and Arch for the filthy weird frankenstein laptop from 2008. Just as god intended.

[–] aksdb@lemmy.world 5 points 3 hours ago

The machines I use regularly are all some form of ArchLinux (currently mostly CachyOS). Machines I use rarely I stick to LTS distros with few updates. Machines I don't maintain myself I try to stick to immutable distros that just update themselves every once in a while (less chance of breakage).

[–] statelesz@slrpnk.net 1 points 2 hours ago

Arch for Gaming/Desktop, Debian for Server/Proxmox/VPS.

[–] rem26_art@fedia.io 1 points 2 hours ago

Servers are Debian Desktop is Arch Laptop is EndeavorOS

I use Debian on servers, because stable.

I use Fedora on desktops, because I game and I like having fixes for mesa, the kernel, and amdgpu for my latest gen AMD GPU. My laptop is for work, but it's just easier having consistency.

[–] fozid@feddit.uk 3 points 3 hours ago

no, i use archlinux on my main desktop as i use it daily and is my main workhorse. i have a laptop that rarely gets used at that has debian on. then i have a mini pc server with debian and a raspberry pi 4 with debian based raspberry pi os.

[–] AstroLightz@lemmy.world 1 points 2 hours ago

Everything but my server uses Arch (BTW). This is so I can have all devices have the same scripts for uniformity.

[–] Fierro@piefed.social 1 points 2 hours ago

My laptop needs reliability to be fairly certain I'll have everything working when I use it on poor internet, my desktop is always comnected to high bandwidth and has a decent cpu so I can spare a bit extra time and cycles on updating everything when something breaks

Different needs

I did like having the same thing going on on both for the couple months I used mint on both.

[–] neidu3@sh.itjust.works 1 points 2 hours ago

Debian on homeserver, centos on work servers, and mint on desktops

[–] pentastarm@piefed.ca 1 points 2 hours ago

SteamOS on my steam deck. Bazzite on my laptop. And fedora on my home server that I'm still learning how to set up(I have immich running in a container, but that was just following an online tutorial. Still trying to understand docker better.)

[–] MuttMutt@lemmy.world 1 points 3 hours ago

Desktop - Ubuntu Cinnamon LTS (I game and edit video this is also currently my Frigate host)

Laptop - Ubuntu Budgie (It's basically just a thin client to access my desktop when I want to sit in the livingroom)

Stepson's Desktop - ChimeraOS (Because I don't want to deal with anything in his room)

Server - TrueNAS (Been using it since the FreeNAS 9 Era)

Router - OpnSense (Been using that since before I started using FreeNAS)

Different distro's suit different needs. Could I use a single one for everything, yeah with a lot of extra work I don't want to deal with. I'm much more hardware oriented and can make software work tried switching to Linux for everything in the mid 2000's but couldn't do things reliably with it till lately.

[–] irmadlad@lemmy.world 1 points 3 hours ago* (last edited 3 hours ago)
  • Servers: Ubuntu Jammy
  • NUC: Mint xfce
  • VMs: Kali, Mint, and a variety of others including WIndows & Mac.

I hear a lot of chatter about NixOS. Going to have to check it out.

[–] Fives@discuss.online 1 points 3 hours ago

My server is Debian. My desktop and laptops are all Garuda Linux.