133
submitted 1 year ago by morrowind@lemmy.ml to c/linux@lemmy.ml
all 50 comments
sorted by: hot top controversial new old
[-] taanegl@beehaw.org 27 points 1 year ago* (last edited 1 year ago)

Been using Silverblue for a couple of years and dipped over to NixOS for a project.

I'm all giddy for immutable systems to take over, because it is truly the safest way a user can run a system. The added bonus being system rollback is built-in by default and not some secondary service.

[-] Chewy7324@discuss.tchncs.de 6 points 1 year ago

I'm helping a friend out with his laptop from time to time. They've used Linux Mint XFCE for many years and it's set to auto update. Now I got asked to help since the system stopped auto updating with an error message every boot. Seems like an issue with dpkg but I didn't have time so I don't know how to.fix it yet.

Another device is running Fedora Silverblue for a year or two and the only issue was an update failing because of some dependencie issue. But simply removing all overlayed packages and installing them again fixed it in no time.

I've also been using NixOS for a few months on my pc, laptop and server and it's great. Image based OS aren't flexible enough for my liking but are great for low maintenance setups.

[-] taanegl@beehaw.org 3 points 1 year ago

They aren't meant to be "flexible". Immutable means it's static, read only. You replace one image with another.

In the case of Silverblue you install using overlays, like Flatpak or toolbox/podman.

With NixOS you do get images, but in the form of clojures. BUT it also handles environments on a fundamental level, so you don't need to reboot to install new system applications or services.

Have you considered Vanilla OS? There's also uBlue, but I have hopes for Vanilla because it is user-firsf distro, whereas uBlue is more an off-shoot of Silverblue meant for users, but Ruth and same issues as with Silverblue.

Vanilla 2.0 is coming up soon and it seems like a great alternative for people with little to no know-how, or people who don't want to mess around and find out.

[-] Chewy7324@discuss.tchncs.de 1 points 1 year ago

Immutable can be flexible, just like NixOS is with nix shell and other features I don't yet know about.

Containers are great but rootless has issues with programs that need capabilties like CAP_NET_RAW, so I also need rootful containers. That's annoying and is an advantage with nix shell.

I'm not a fan of A/B root, which I believe VanillaOS uses. Also an advantage of NixOS is it's big repo.. On Fedora I had to package some programs myself in copr (tried out a less well-known wayland compositor) On NixOS I had to too, but it's far simpler without the need to build on someone else's infrastructure.

load more comments (1 replies)
[-] gecked@lemmy.sdf.org 17 points 1 year ago

I've used Fedora kinoite for at least a year now, it's pretty good

[-] code@lemmy.zip 3 points 1 year ago

I was just looking at that today. Im in my search to leave ubuntu after 10 years

[-] Lazorne@lemmy.world 4 points 1 year ago

I run Bazzite on my Desktop now, works great for gaming.

[-] Hairy_MacBoon@monero.town 4 points 1 year ago

You can try fedora. The workstation if you love GNOME, otherwise the KDE spin.

[-] gecked@lemmy.sdf.org 5 points 1 year ago

Silver blue and Kinoite are the same thing but immutable.

[-] code@lemmy.zip 3 points 1 year ago
[-] gecked@lemmy.sdf.org 3 points 1 year ago
[-] QuazarOmega@lemy.lol 10 points 1 year ago

Always love TheEvilSkeleton's takes, it feels like I'm reading my own experiences and opinions
(yes, I am saying they're literally me, frfr)

[-] drwankingstein@lemmy.dbzer0.com 5 points 1 year ago

silverblue has irritated me to no end, still need to try nix

[-] Guenther_Amanita@feddit.de 7 points 1 year ago

Why? Can you elaborate further?
Have you tried uBlue, a custom imaging system for Silverblue?

Did the non-immutable Fedora irritate you too?

[-] drwankingstein@lemmy.dbzer0.com 2 points 1 year ago

regular fedora isn't bad, but I find that silverblue kept getting in my way when in trying to do things. I'm not the biggest fan of regular Fedora don't get me wrong. but it does a lot of things right.

but well in the end I'm just not the biggest fan of any computer system. I just find arch the most tolerable for not getting in my way. I'm actually really looking forward to trying nixOS since I heard it has a lot of flexibility.

[-] Guenther_Amanita@feddit.de 4 points 1 year ago* (last edited 1 year ago)

Well, if you like Arch and NixOS the most, I think you're a tinkerer/ someone, who likes his OS in one definitive way.
That's totally fine, I love that!

But Silverblue is, I think, more catered towards people who love reliability and prefer it over customization.
I, for example, find SB pretty much perfect how it is.

... well, actually, not 100%. I use uBlue (main), which is basically a modified image of the Vanilla SB with some minor QOL-tweaks, like a few exchanged apps, automatic updates, and so on.
You can also create your own images with this project, with effects similar to Nix.
But if you want your own, individual, config, Nix is just better.


I'm really excited what immutable distros will bring in the future. I follow them (Nix, SB, VanillaOS, etc.) closely and think, that immutability will be the future of Linux, even if that's a trope.

We already containerized everything and never touched the base OS on servers too for decades now, why not on desktop too?
That's the main advantage of Linux, and we should use that.

[-] drwankingstein@lemmy.dbzer0.com 3 points 1 year ago

Ill try and give ublue a go, One of the main issues I generally have with multiple operating systems is that I'm looking for something with a good out of box user experience for the general user. So far, I find that nobara actually gets the closest to this, so it's what I've been recommending. But if ublue is nice and simple and good enough, I might recommend that instead.

[-] possiblylinux127@lemmy.zip 3 points 1 year ago

I will personally never use a immutable distro

[-] Secret300@sh.itjust.works 3 points 1 year ago
[-] possiblylinux127@lemmy.zip 4 points 1 year ago

Overly complicated and burdensome. I just use distrobox for anything that is going to pull in a bunch of dependencies

[-] superguy@lemm.ee 2 points 1 year ago* (last edited 1 year ago)

Immutability has always struck me as a fad.

Aside from declaring variables as FINAL or whatever because I know they won't be changed, the mere idea of using it as a default just seems unnecessarily restrictive to me.

It feels like people who bog themselves down in theory to solve their problems instead of practicality think immutability is a godsend.

For everyone else, it doesn't really matter at best or is an inconvenience at worst.

[-] cyclohexane@lemmy.ml 10 points 1 year ago

Do you mean in programming? Because this is talking about immutable Linux distributions.

this post was submitted on 15 Oct 2023
133 points (100.0% liked)

Linux

47865 readers
1012 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS