NixOS’ influence and importance at pushing Linux forward into the (previously) unexplored landscape of configuring your complete system through a single config file is undeniable. It’s been a wild ride, but it was well worth it.
And although it has only been relatively recently that it has lost its niche status, the recent influx of so-called ‘immutable’ distros springing up like mushrooms is undeniably linked to and inspired by NixOS.
However, unfortunately, while this should have been very exciting times for what’s yet to come, the recent drama surrounding the project has definitely tarnished how the project is perceived.
NixOS’ ideas will definitely live on regardless. But how do you envision NixOS’ own future? Any ETA’s for when this drama will end? Which lessons have we learned (so far) from this drama? Are there any winners as a result of this drama? Could something like this happen to any distro?
In case you’re out of the loop. Though, there’s a lot that has transpired since but which hasn’t been rigorously documented at a single place; like how 4 out of 5 NixOS board members have quit over the last 2 months or so.
deleted by creator
Thank you. Thank you.
No worries, fam 😉.
I think we very much agree on this. I am actually surprised 😜. Perhaps we (possibly) only ‘disagree’ on the following:
I actually even agree with this. But, and here it comes, you limit the use of ‘immutable systems’ when it comes to regular workspaces to just a subset that complies with “if stability (and possibly security) are preferred over absolutely everything else”. However, I’d argue it will soon become the preferred model for most people; simply because I’d argue the net positives dramatically outweigh the (diminishing) net negatives. And this ‘clash’ in perspectives is literally a philosophical/ideological one. Which, I actually tried to allude to in my very first comment. Btw, neither of us is right or wrong; as mentioned earlier, only time will tell.
Alright. So, you prefer to refer to ‘immutable’ distro in the literal sense.
Regarding the status of the read-only (or disabled R/W) root file system, does this have to apply to the complete root file system; i.e. absolute? Or does it suffice if only a select subset of the system is read-only (or disabled R/W)?I wanted to ask this, but later on you made clear that a system does not have to be completely and absolutely immutable for it to be considered immutable; a couple of read-only directories suffices.Furthermore, is it required that an immutable system should remain immutable at all times for it to be considered an immutable system; i.e. changes are not allowed besides ‘hacks’? Or is it perhaps possible for a system to be deemed immutable if it only possesses immutability during runtime?
Thanks in advance for yet another set of clarifications 😜!
Teaser; the Nix Store, i.e.
/nix/store
, is immutable.Very interesting. So, on Fedora Atomic,
rpm-ostree install <package>
would be considered “disable immutability”. Right? But, this does not apply toflatpak install <package>
. Right?To be clear, new users will most likely experience some issues on Linux for the time being. I don’t think that ‘immutable’ distros are immune to that. Nor do I think they’re particularly more troublesome. If anything, they allow for more stable experiences overall; which you seem to allude to as well.
deleted by creator
Quick reply. Awesome!
Nope, it doesn’t. But thanks for clarifying!
Interesting. Here’s the thing; I am unaware of any so-called ‘immutable distro’ that fits this definition/description/notion/idea/understanding of an immutable system. So…, where do we go from here?
In retrospect, I think you actually did an okay-job at explaining your thoughts. But, yes; I did indeed misunderstand. Thanks for clarifying!
In Fedora Atomic, most of
/usr
is immutable. IIRC, this is even the only directory (combined with the sub-directories found within) that are immutable. However, the commandrpm-ostree install <package>
allows the user to install packages into/usr
. However, this change doesn’t happen during runtime. Instead, a new image/deployment is created with the newly installed package that you can access after a (soft-)reboot (or with--apply-live
if you like to live on the edge).Based on this, does this still apply as “disabling immutability”?
This seems to be based on your own experience. If so, would you be so kind to inform me on which distro this was?
Currently, apart from the documentation provided by uBlue and Guix, there’s definitely a lack of good resources for ‘immutable’ distros. That’s simply a fact. But, thankfully, this is not a problem by design; we just need people that are willing to put in the effort.
Sorry, I’m having a hard time understanding this. Could you perhaps provide an example of this from e.g. Debian? It can be any distro that’s regarded as ‘stable’*.
Unless I’m wrong, you seem to have missed the following. It would be awesome if you could touch upon these as well:
Thanks in advance 😊!
WOW, I just noticed something. You’ve been using the term “immutable system” for quite some time. And, I’ve primarily been using the term ‘immutable’ distro.
deleted by creator
You’re on fire, fam! Thank you for another quick one.
Before moving on, I want to make clear that I should correct some of my earlier statements. It probably doesn’t matter, but for sake of completeness.
What I describe above is not meant for immutable systems, but for ‘immutable’ distros.
I didn’t imply otherwise 😜. I was just explaining how immutability works on Fedora Atomic.
Excellent. I agree. So, “disabling immutability” therefore only applies to ‘hacks’. Right?
Thanks for being transparent! I also appreciate you sticking to your values.
I knew this (and also how
~/.local/share/themes
could be utilized for this). But, fair; this is indeed something that Fedora Atomic’s old model didn’t allow. Or, at best, very ‘hacky’. Like, it’s basically not intended for the end-user to put stuff in here. Fedora Atomic’s new OCI-enabled model does allow this. But, yeah…; we ain’t (necessarily) here to discuss implementations. Fact of the matter and the issue at hand is that traditional distros don’t deal with issues like these. Right?IMO, if a new user wants to use an ‘immutable’ distro, then they should just use one of uBlue’s images. They’re like the Linux Mint or Zorin or Pop!_OS of immutable distros. And, as previously mentioned, uBlue’s documentation is at least sufficient. Traditional Linux distros are not to blame if a new user breaks their Manjaro installation. Similarly, ‘immutable’ distros are not to blame if a new user breaks their not newbie-friendly ‘immutable’ distro.
I think I got you now. Like with the previously mentioned issue with placing themes inside the
/usr/share/themes
directory; on any traditional distro, you’d be free to place it there and you wouldn’t even have noticed a thing. While some 'immutable’ distros, like Fedora Atomic, make this hard. Do you think I understood you correctly?The expression “during runtime” is used to express a running and/or currently in use system. So, if my device is off, then the expression “during runtime” does not apply. When I’m using the system or even if it’s just idling, then the expression “during runtime” does apply. However, it’s possible with Btrfs (and more sophisticated technologies) to create a partition/deployment/image on your disk that’s currently not running nor in use and which has some changes compared to your running system. Then, once again, the expression “during runtime” does not apply.
Perhaps, I could be even more elaborate. So, on the overwhelming majority of ‘immutable’ distros (Guix System and NixOS are literally the exception) that offer a built-in mechanic for installing packages to the immutable base system (like the aforementioned
rpm-ostree
that’s found on Fedora Atomic), the changes are not meant to be applied directly on the running system. So, for example, right afterrpm-ostree install emacs
, I can’t just typeemacs
in a console/terminal and expect it to open. Nor does it appear in the app drawer. Only after the (soft-)reboot will I be able to use Emacs; be it through the console/terminal or find it in the app drawer.So, these are examples of ‘immutable distros’ that are only (meant to be) immutable during runtime, because it’s possible to apply changes to a system that’s not currently running/in-use/idle or whatsoever.
Interesting. Thanks for that clarification.
The crux of this conversation lies here I believe. Your notion/understanding of an immutable system is probably more correct and more in line with what you’d expect from its name. However, the name “‘immutable’ distros” is unfortunately not descriptive. Contrary to what you’d expect, it’s not a distro that happens to be an immutable system; at least, not in the absolute/complete sense.
I agree with you that this is misleading and a poorly chosen name. Heck, Fedora agrees with you; they’ve changed “Fedora Immutable Desktops” to “Fedora Atomic Desktops” because of this. However, as bad as the name is, people use the term “‘immutable’ distros” when talking about Fedora Atomic, Guix System, NixOS, openSUSE MicroOS and Ubuntu Core.
That’s why I said this:
And, to be honest, I’m not sure if you answered the bold question.
Thanks (once again) in advance! And apologies for this long comment 😅.
deleted by creator
Thank you for being patient with me! And thank you for yet another set of clarifications!
I’ve used the term ‘hacks’ a couple of times without properly defining it. My bad. So, I’ve used it in the context of “doing things the unintended and/or unsupported way”.
They should.
Arch wiki states it and there’s no reason (in this case) to assume it won’t work. Furthermore, FWIW, the documentation on uBlue does discuss theming.
Currently, it involves creating your own image :P .
So, as just mentioned, it’s possible. But, it’s definitely more cumbersome than placing it in
/usr/share/themes
.Are you referring to distros like Linux Mint, Pop!_OS and Zorin becoming immutable? While it’s definitely possible that I’ve alluded as such, I can’t recall it. Nor was I able to find it in my earlier writings. Could you explicitly state what you mean by this and when I’ve (at least) hinted at this?
If, by becoming mainstream, you mean that over half of Fedora’s user base will be using them, then yes.
If you meant uBlue images with “other immutable distros”, then I’m fine with this statement. However, if you meant other immutable distros, then I’d like to know which ones you meant. Furthermore, even Fedora’s own images are rarely recommended to new users. Generally, at least from what I’ve seen, Aurora, Bazzite and Bluefin (all three being uBlue image) are mentioned in these conversation. And, IMO, rightfully so.
Sorry. I lost you here. My bad. What’s my point in the context of this discussion?
At least the terminal output makes it very clear that a (soft-)reboot is required. I’ve honestly never seen anyone mention this, i.e. the need to (soft-)reboot for the changes to take effect, as something that leads to confusion. I do understand the frustration that follows from the act of (soft-)rebooting though :P .
Thanks once again for another lovely set of clarifications! Thank you in advance!
deleted by creator