summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-07 12:43:59 +0000
committerLudovic Courtès <ludo@gnu.org>2023-03-10 14:49:57 +0100
commit1e1b3ec0126ec3b23338c7991c747ab432c97a3c (patch)
tree483b96e09166ee52db607f80be36ca73c0cf81bc /doc
parent7777d767a43ec73539cf386311feee2f683ead92 (diff)
services: network-manager: Deprecate 'iwd?' field.
* gnu/services/networking.scm (warn-iwd?-field-deprecation): New procedure, helper for deprecated field. (<network-manager-configuration>)[iwd?]: Use helper to warn deprecated field. (network-manager-shepherd-service): Make iwd? a local variable independent from the deprecated field. * doc/guix.texi (Networking Setup): Remove mention of iwd? field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ed518cbcb8d..ccaca0a71bc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19890,10 +19890,6 @@ This is the list of available plugins for virtual private networks
19890(VPNs). An example of this is the @code{network-manager-openvpn} 19890(VPNs). An example of this is the @code{network-manager-openvpn}
19891package, which allows NetworkManager to manage VPNs @i{via} OpenVPN. 19891package, which allows NetworkManager to manage VPNs @i{via} OpenVPN.
19892 19892
19893@item @code{iwd?} (default: @code{#f})
19894NetworkManager will use iwd as a backend for wireless networking if this
19895option is set to @code{#t}, otherwise it will use wpa-supplicant.
19896
19897@end table 19893@end table
19898@end deftp 19894@end deftp
19899 19895