Fork time? Maybe all the anti-systemd zealots were right all along…

    • Pastel@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      3 days ago

      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

    • Oinks@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 days ago

      Using Guix SD instead.

      Real answer, NixOS is very tied to Systemd (the init part anyways). Removing it would amount to rewriting half 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.