tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dbus service: fix path to the launch helper
Nikolay Amiantov
10 years ago
23a093eb
f6eb6862
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
system
dbus.nix
+1
-1
nixos/modules/services/system/dbus.nix
···
121
121
122
122
security.setuidOwners = singleton
123
123
{ program = "dbus-daemon-launch-helper";
124
124
-
source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper";
124
124
+
source = "${pkgs.dbus_daemon.out}/libexec/dbus-daemon-launch-helper";
125
125
owner = "root";
126
126
group = "messagebus";
127
127
setuid = true;