summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-24 11:32:50 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-24 15:07:44 -0400
commit53a7d673446c8c2074c0ad5aafa428194c5f9a41 (patch)
treef9212dfb715df50eb8690fdbaa789c62ea3df823
parent4e581c7b5215ba0b6d916205068069e4641cffc5 (diff)
downloadnixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar.gz
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar.bz2
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar.lz
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar.xz
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.tar.zst
nixpkgs-53a7d673446c8c2074c0ad5aafa428194c5f9a41.zip
nixos/doc: document share/dbus-1/*.d
-rw-r--r--nixos/modules/services/system/dbus.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index e0458021844..936646a5fd7 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -44,8 +44,10 @@ in
           message bus.  Specifically, files in the following directories
           will be included into their respective DBus configuration paths:
           <filename><replaceable>pkg</replaceable>/etc/dbus-1/system.d</filename>
+          <filename><replaceable>pkg</replaceable>/share/dbus-1/system.d</filename>
           <filename><replaceable>pkg</replaceable>/share/dbus-1/system-services</filename>
           <filename><replaceable>pkg</replaceable>/etc/dbus-1/session.d</filename>
+          <filename><replaceable>pkg</replaceable>/share/dbus-1/session.d</filename>
           <filename><replaceable>pkg</replaceable>/share/dbus-1/services</filename>
         '';
       };