lol

dbus service: fix path to the launch helper

+1 -1
+1 -1
nixos/modules/services/system/dbus.nix
··· 121 121 122 122 security.setuidOwners = singleton 123 123 { program = "dbus-daemon-launch-helper"; 124 - source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper"; 124 + source = "${pkgs.dbus_daemon.out}/libexec/dbus-daemon-launch-helper"; 125 125 owner = "root"; 126 126 group = "messagebus"; 127 127 setuid = true;