this post was submitted on 09 Mar 2026
59 points (96.8% liked)

Selfhosted

56957 readers
1337 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 50 comments
sorted by: hot top controversial new old
[–] ikidd@lemmy.world 2 points 19 minutes ago

Fedora KDE for anything I need a GUI for, Debian for anything headless.

I've used damn near everything else in 30 years of Linux, but I'm pretty sure my tombstone will run Debian.

[–] djdarren@piefed.social 1 points 12 minutes ago

My work PC and gaming PC are Kubuntu, my media server is Debian, and my Home Assistant server is macOS, because it's an M1 mini. So yeah, kinda. I thought about putting the server on Kubuntu, but in the end figured I'd go for as stable as possible.

[–] PokerChips@programming.dev 3 points 1 hour ago

Laptop arch

Web servers Debian or fedora.

Looking into slackware for self hosting

[–] JustARegularNerd@aussie.zone 2 points 2 hours ago

I used to with LMDE (client) and Debian (server), but Cinnamon was a little bit too stuttery on the rickety old hardware I have (i5-5200U NUC and i5-5250U MBA), so now the NUC runs CachyOS with Xfce and the MBA runs Win10 LTSC because sometimes Windows is needed for my studies or certain voxel game leaks.

[–] lka1988@lemmy.dbzer0.com 12 points 3 hours ago* (last edited 3 hours ago)

Yep. Debian. I like apt, and I like shit that just....works. Very form after function. So what if a bunch of packages are on "old" versions. They work. The kernel works. KDE Plasma works. I can do everything I want to do without having to constantly be on the bleeding edge. If you prefer newer things, great. I prefer older, proven things. That's also why I drive Toyota cars and Honda motorcycles.

My Proxmox cluster runs...uh...Proxmox, which is based on Debian. NAS runs OMV which runs on top of Debian. Laptops all run Linux Mint Debian Edition, and so does my 5800X3D/7900XTX gaming PC. The only non-Debian machines in my house are my wife's iMac and Macbook Pro, and the Home Assistant mini PC.

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

ZorinOS for the desktop and PopOS on the laptop which also serves as a Plex server.

[–] Sunny@slrpnk.net 1 points 14 minutes ago

Welcome to Lemmy 🫢

laptop & desktop: both fedora silverblue

home server: fedora server

[–] Voroxpete@sh.itjust.works 3 points 3 hours ago

I do, but it's more out of laziness than anything else. I hate having to remember sixteen different ways of doing things, so I tend to configure all my stuff as identical as reasonably possible. Is this the best way of doing things? Probably not. But it keeps my blood pressure down.

[–] NewOldGuard@lemmy.ml 4 points 3 hours ago

I used to use a variety. I’d use Arch on my desktop/gaming machine, Fedora on my laptop, and Debian on my server. But I got the NixOS bug a few years back and now I use that everywhere. It’s great to have every change and configuration documented and available for easy review or modification, and built in generation rollbacks are a lifesaver.

Thinking of building an HTPC from some spare parts, and I think that’ll be the machine to buck the trend. Bazzite will be everything I need out of the box for that purpose without any effort for maintenance. It’s not getting customized or doing anything but games and media

[–] Decq@lemmy.world 10 points 5 hours ago* (last edited 5 hours ago) (2 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.

[–] morbidcactus@lemmy.ca 1 points 3 hours ago (1 children)

I haven't looked at Nix in detail but you got me interested for 3d printers in particular, already have my klipper config in git if an SD card fails on me, going to have to look at doing that for the os too.

[–] Decq@lemmy.world 2 points 2 hours ago

I love it for using klipper. But when I started doing it the klipper pkgs did give me some troubles. You can work around them, but know you might find some issues on the way. Maybe it's better now, I haven't really updated that part of my config much recently.

Do know that not all arm devices are equally supported. rpi 3 and 4 are, the rest is community based (see: https://nixos.wiki/wiki/NixOS_on_ARM). Personally I run klipper on a x86_64 thin client for this reason and because raspberry pi's were scarce and expensive back then.

[–] needanke@feddit.org 3 points 4 hours ago (1 children)

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).

[–] Decq@lemmy.world 4 points 2 hours ago* (last edited 2 hours ago)

I have to be honest and say it was a journey. Nix in itself isn't really difficult I find. But everything together and finding the right documentation and figure out how NixOS comes together can be a bit daunting.

But a simple straight forward config is pretty doable. My advice is to start small and build up. You can reuse your old dotfiles and include them in the configuration directly, so you don't have to convert everything to nix (right away). Also don't scare away from using flakes, they are the way to go in my opinion.

You can define multiple hosts/systems in one configuration with each their own nixosSystem call. So you can define hardware/fs/network etc per system.

Also I like to add that the vimjoyer video's on nix helped me with understanding some of the concepts, They are usually short and straight to the point.

No, and that's the beauty of Linux.

Desktop gaming PC: Fedora KDE (might try Bazzite if I stop dual booting Windows, but I already got Nvidia set up and that's the hard part)

Old laptop: Zorin OS

Old as dirt laptop: antiX

Wife's Surface: Pop!_OS 22.04. Maybe change it eventually to something lighter.

I will likely go with Ubuntu Server or Debian when I set up my home server. Ubuntu seems like it has better Docker support.

[–] DaPorkchop_@lemmy.ml 3 points 4 hours 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 6 points 5 hours ago (2 children)

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

[–] needanke@feddit.org 3 points 4 hours 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.

load more comments (1 replies)
[–] eksb@programming.dev 28 points 7 hours ago* (last edited 7 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.

load more comments (1 replies)
[–] Telodzrum@lemmy.world 6 points 5 hours 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 5 points 4 hours ago (1 children)

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

[–] Telodzrum@lemmy.world 3 points 4 hours ago

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

All my servers are Debian. All my personal machines are Fedora KDE.

[–] smiletolerantly@awful.systems 20 points 7 hours ago (4 children)

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

[–] panda_abyss@lemmy.ca 3 points 4 hours 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.

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 9 points 6 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.

load more comments (2 replies)
[–] dil@piefed.zip 1 points 3 hours ago

It causes issues, like bazzite has the same profile name, IDK if I missed the option to change it. Cant use the virtual mouse swap across computers because they require different names and it has an error related to that.

[–] hexagonwin@lemmy.today 4 points 5 hours ago (1 children)

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

[–] PokerChips@programming.dev 2 points 1 hour ago

Awesome. I've been meaning to try out slackware forever. Would love to use it as my servers

[–] French75@slrpnk.net 4 points 5 hours 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.

[–] FaygoRedPop@lemmy.world 12 points 7 hours ago (4 children)

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

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

Whoa, that’s completely untrue buddy.

Some people here use BSD-based systems.

[–] mech@feddit.org 7 points 5 hours ago

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

[–] hexagonwin@lemmy.today 3 points 5 hours ago

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

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

[–] frongt@lemmy.zip 7 points 6 hours ago

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

[–] verdigris@lemmy.ml 3 points 5 hours ago (1 children)

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.

[–] Sunny@slrpnk.net 1 points 21 minutes ago

Any pain points in specific you could point out?

[–] Creat@discuss.tchncs.de 3 points 5 hours 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).

[–] suicidaleggroll@lemmy.world 3 points 5 hours ago* (last edited 5 hours ago)

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

[–] FlowerFan@piefed.blahaj.zone 7 points 7 hours ago (1 children)

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.

[–] Big_Boss_77@fedinsfw.app 1 points 2 hours ago

Your comment intrigues me... I need to switch, but I'm like you...gaming is my hobby, not OSes. You make it sound like it's plug and play as far as gaming goes?

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

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

load more comments (1 replies)
[–] gurty@lemmy.world 3 points 6 hours ago

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

[–] Pika@sh.itjust.works 2 points 5 hours ago

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

[–] aksdb@lemmy.world 7 points 7 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).

load more comments
view more: next β€Ί