diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index 5583a1bcb3a..8bcd6f01656 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -65,10 +65,13 @@ in
default = [ ];
description = ''
Packages whose D-Bus configuration files should be included in
- the configuration of the D-Bus system-wide message bus.
- Specifically, every file in
+ the configuration of the D-Bus system-wide or session-wide
+ message bus. Specifically, files in the following directories
+ will be included into their respective DBus configuration paths:
pkg/etc/dbus-1/system.d
- is included.
+ pkg/share/dbus-1/system-services
+ pkg/etc/dbus-1/session.d
+ pkg/share/dbus-1/services
'';
};