- cross-posted to:
- linux@lemmy.world
- cross-posted to:
- linux@lemmy.world
Fork time? Maybe all the anti-systemd zealots were right all along…
Edit: To address whether it is likely that this change will affect users: Gnome is planning a stronger dependence on userdb, the part of systemd where this change is being implemented. https://blogs.gnome.org/adrianvovk/2025/06/10/gnome-systemd-dependencies/
Final Edit: The PR has been merged into main.


Any way to not have Systemd on NixOS?
Using Guix SD instead.
Real answer, NixOS is very tied to Systemd (the init part anyways). Removing it would amount to rewriting the entirety of
<nixpkgs/nixos>, and writing a bunch of extra service definitions for packages that are only supported on systemd. Also you’ll have to reimplement UserDB (which is what this PR is for) to get GNOME (maybe also KDE?) to work.Unfortunately not, systemd is tightly integrated into NixOS and an option for alternative backends would have non-insignificant overhead so they aren’t going to introduce it. The next best thing is SixOS