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 | |
parent | bc157ca62b75b7e7563ca9d1c4de89489d79deb8 (diff) | |
download | guix-9369c1ccf47d9bf6f2e28a9454c1c329a2044f19.tar.gz guix-9369c1ccf47d9bf6f2e28a9454c1c329a2044f19.zip |
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>
-rw-r--r-- | doc/guix.texi | 2 | ||||
-rw-r--r-- | gnu/services/desktop.scm | 4 |
2 files changed, 1 insertions, 5 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 diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index ac29e8d38a..9fd77642a1 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -838,9 +838,7 @@ Bluetooth devices and provides a number of D-Bus interfaces."))) "Return a service that runs the @command{bluetoothd} daemon, which 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. - -Users need to be in the @code{lp} group to access the D-Bus service. +boot, which can be useful when using a bluetooth keyboard or mouse. " (service bluetooth-service-type (bluetooth-configuration |