about summary refs log tree commit diff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:06 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:34 +0200
commitf12f6c86076618354f020f3b6634e46115794b40 (patch)
tree47a5942741defe8d4dc2e5dd4e4986d44f71750f /nixos/modules/services/system
parentdc8e939dbc9816a7b2c85bfd05a2f690f71fe2c8 (diff)
treewide: Mass replace 'dbus_daemon}/lib' to refer the 'lib' output
Diffstat (limited to 'nixos/modules/services/system')
-rw-r--r--nixos/modules/services/system/dbus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index 77427ce9606e4..2e29ef6a8f537 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -121,7 +121,7 @@ in
 
     security.setuidOwners = singleton
       { program = "dbus-daemon-launch-helper";
-        source = "${pkgs.dbus_daemon}/libexec/dbus-daemon-launch-helper";
+        source = "${pkgs.dbus_daemon.lib}/libexec/dbus-daemon-launch-helper";
         owner = "root";
         group = "messagebus";
         setuid = true;