GPaste Package won't start

Hello!
I been trying to get Gpaste from the nixos 25.05 channel but it won’t work.
I tried looking for a separate service to enable but couldn’t find one.
I also tried “services.dbus.packages = [ pkgs.gpaste ];”

When I invoke it throw the console i get this error:
(gpaste-client:6695): GPaste-CRITICAL **: 15:00:55.474: Error calling StartServiceByName for org.gnome.GPaste: Unit org.gnome.GPaste.service not found.

1 Like

The option is programs.gpaste.enable.

This specific error probably is caused by missing systemd.packages, which the NixOS module will do for you:

1 Like