1
0
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:
Sergey Trofimov
2025-05-24 10:45:14 +02:00
committed by Ludovic Courtès
parent faa8cdfc09
commit e4995c9978
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -1419,7 +1419,7 @@ project's documentation} for more information."
(network-manager network-manager-configuration-network-manager
(default network-manager))
(shepherd-requirement network-manager-configuration-shepherd-requirement
(default '(wpa-supplicant)))
(default '(wireless-daemon)))
(dns network-manager-configuration-dns
(default "default"))
(vpn-plugins network-manager-configuration-vpn-plugins ;list of file-like