summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-05-18 22:57:35 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-05-18 22:58:00 +0300
commit2132c86c45de67842f9b1237f3a0d1f242dce7ec (patch)
tree23088b713c05cdd86255980ba75eceb728c4c54f /nixos/modules/services
parent8029ee27b64a4962e3c82f2f57f7f12cc63cb76c (diff)
downloadnixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar.gz
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar.bz2
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar.lz
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar.xz
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.tar.zst
nixlib-2132c86c45de67842f9b1237f3a0d1f242dce7ec.zip
nixos/dbus: Reference correct output of 'dbus'
Diffstat (limited to 'nixos/modules/services')
-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 434211aaac41..5583a1bcb3ab 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -110,7 +110,7 @@ in
       };
 
     services.dbus.packages = [
-      pkgs.dbus
+      pkgs.dbus.out
       config.system.path
     ];