diff options
author | Ivan Vilata i Balaguer <ivan@selidor.net> | 2022-12-12 20:27:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-26 00:48:05 +0100 |
commit | 9369c1ccf47d9bf6f2e28a9454c1c329a2044f19 (patch) | |
tree | c22d297ff50091315a8c166200ecbdb51621c099 /doc | |
parent | bc157ca62b75b7e7563ca9d1c4de89489d79deb8 (diff) | |
download | guix-9369c1ccf47d9bf6f2e28a9454c1c329a2044f19.tar.gz |
gnu: services: Fix bluetooth-service docstring.
* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info, remove mention to group not really needed to access D-Bus service. * doc/guix.texi (Desktop Services): Also remove mention to group here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c5ae350a47..efd281d9b0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -23238,8 +23238,6 @@ manages all the Bluetooth devices and provides a number of D-Bus interfaces. When AUTO-ENABLE? is true, the bluetooth controller is powered automatically at boot, which can be useful when using a bluetooth keyboard or mouse. - -Users need to be in the @code{lp} group to access the D-Bus service. @end deffn @deffn {Scheme Variable} bluetooth-service-type |