mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: network-manager: Require wireless-daemon.
* gnu/services/networking.scm (<network-manager-configuration>)[shepherd-requirement]: Replace wpa-supplicant with wireless-daemon. * doc/guix.texi (Networking Setup): Adjust. Change-Id: Id1a51429ccb6ea24839fc2aacd051a3ffe91c33c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
faa8cdfc09
commit
e4995c9978
@@ -22047,11 +22047,12 @@ Data type representing the configuration of NetworkManager.
|
||||
@item @code{network-manager} (default: @code{network-manager})
|
||||
The NetworkManager package to use.
|
||||
|
||||
@item @code{shepherd-requirement} (default: @code{'(wpa-supplicant)})
|
||||
This option can be used to provide a list of symbols naming Shepherd services
|
||||
that this service will depend on, such as @code{'wpa-supplicant} or
|
||||
@code{'iwd} if you require authenticated access for encrypted WiFi or Ethernet
|
||||
networks.
|
||||
@item @code{shepherd-requirement} (default: @code{'(wireless-daemon)})
|
||||
This option can be used to provide a list of symbols naming Shepherd
|
||||
services that this service will depend on. The default @code{'wireless-daemon}
|
||||
is provided by @code{'wpa-supplicant-service-type} and @code{'iwd-service-type}.
|
||||
Make sure you have one of these configured. Note, that @code{%desktop-services}
|
||||
already include @code{wpa-supplicant-service-type}.
|
||||
|
||||
@item @code{dns} (default: @code{"default"})
|
||||
Processing mode for DNS, which affects how NetworkManager uses the
|
||||
|
||||
Reference in New Issue
Block a user