mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: Include USB_ModeSwitch in %desktop-services.
Fixes <https://bugs.gnu.org/35640>. * gnu/services/desktop.scm (%desktop-services): Add usb-modeswitch-service-type. * doc/guix.texi (Networking Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f5be51040c
commit
7dbeb5a791
2 changed files with 4 additions and 0 deletions
|
@ -12681,6 +12681,9 @@ themselves as a read-only storage medium and not as a modem. They need to be
|
|||
@dfn{modeswitched} before they are usable. The USB_ModeSwitch service type
|
||||
installs udev rules to automatically modeswitch these devices when they are
|
||||
plugged in.
|
||||
|
||||
This service is part of @code{%desktop-services} (@pxref{Desktop
|
||||
Services}).
|
||||
@end defvr
|
||||
|
||||
@deftp {Data Type} usb-modeswitch-configuration
|
||||
|
|
|
@ -1067,6 +1067,7 @@ (define %desktop-services
|
|||
profile-service-type
|
||||
(list network-manager-applet))
|
||||
(service modem-manager-service-type)
|
||||
(service usb-modeswitch-service-type)
|
||||
|
||||
;; The D-Bus clique.
|
||||
(service avahi-service-type)
|
||||
|
|
Loading…
Reference in a new issue