this post was submitted on 02 Apr 2025
2 points (100.0% liked)

linuxmemes

30537 readers
977 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    Was trying to install guix on top of fedora silverblue. It's kinda working, but not exactly stable...

    top 15 comments
    sorted by: hot top controversial new old
    [–] whodatdair@lemmy.blahaj.zone 1 points 11 months ago

    Wait, what? I’m legit not familiar with immutable distros, is it like you’re only allowed to modify certain directories?

    [–] paequ2@lemmy.today 1 points 11 months ago (1 children)

    I recently brought over some ideas from VanillaOS over to my Arch install.

    1. Install as much as possible via flatpak
    2. Install a bunch of other stuff in distrobox (with podman backend)

    That gives me like 50% (idk fake number) of the features from VanillaOS, but I get to keep control over my system.

    Not that I ever had any problems with native pacman installs though... so... not sure how much benefit I'm really getting from doing this. I guess my pacman -Syu command runs faster now. That's something...

    [–] Shareni@programming.dev 1 points 11 months ago

    Why are you even running arch at that point, for the DE updates?

    [–] samc@feddit.uk 1 points 11 months ago (1 children)

    Some updates after sleeping on it and trying some morning debugging:

    • It's actually either service being enabled that prevents login
    • It's a gnome-shell issue. Logging into a tty is fine, and shows that it's gnome-shell crashing when trying to log-in normally

    Maybe it's time to go back to debian...

    [–] ookiiBoy@lemmy.blahaj.zone 1 points 11 months ago* (last edited 11 months ago)

    Maybe it's time to join us in NixOS land. When you have the immutability on top of the whole OS and the language controlling it, things tend to work a bit better.

    I'm Sorry we don't have the "))))))". Just a weird ass language.

    [–] chrash0@lemmy.world 1 points 11 months ago (3 children)

    where i get into trouble is when i do a bunch of nixos-rebuild β€”switches between restarts and some state ends up hanging around, so next time i do a reboot that ephemeral state is gone and whoops no internet

    [–] noodles@sh.itjust.works 2 points 11 months ago

    Not specifically a nixos issue, also at least nix gives you rollbacks

    If you’re not already, just erase your darlings.

    Then you can preview what files are lost on reboot (see blogpost).

    [–] supernicepojo@lemmy.world 1 points 11 months ago

    Its the ghost, the ghost in the machine. Major Kusanagi would be proud

    [–] theunknownmuncher@lemmy.world 1 points 11 months ago (1 children)

    I just don't get these for a bare metal system. Containers? Sounds great. Definitely on board. Bare metal? Debian, standard fedora, or gentoo is what makes sense to me

    [–] JasonDJ@lemmy.zip 1 points 11 months ago* (last edited 11 months ago) (1 children)

    Workstation-as-code is pretty dope for enterprise...

    The idea of an immutable, idempotent, declarative workstation, from cradle to grave, tickles me pink.

    [–] superkret@feddit.org 1 points 11 months ago

    At that point, make it a thin client which boots from a network image and logs you into a terminal server.
    Then you have the hardware and software resources you need for your role wherever you are.

    [–] Allero@lemmy.today 0 points 11 months ago (1 children)

    Honestly, my current stance on immutable distros is: why don't you have a mutable distro and just try to follow the best practices without being forced to?

    Install flatpaks, use Distrobox when something is only available as a standard package, but doesn't actually depend on non-isolated system interaction, etc.

    This way, nothing breaks the way it does with immutable distros, but you still have a reasonable level of confidence in your system.

    [–] samc@feddit.uk 0 points 11 months ago (1 children)

    Yeah, I'm leaning toward this option tbh.

    If we got to the point where popular machines had custom images with all the necessary extra drivers etc, it might be a value add. But for now I'm not seeing a huge benefit

    [–] Shareni@programming.dev 1 points 11 months ago

    I initially tried guix -> switched to nix with home-manager because it's got a lot better repos -> installed all user packages through nix on Debian -> nixos

    Before nixos I used flatpaks for some packages because nixgl seems abandoned.