summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-07 12:44:02 +0000
committerLudovic Courtès <ludo@gnu.org>2023-03-10 14:49:57 +0100
commit17c80118fa2a78a249f7fb992ffa3e31407a24a7 (patch)
tree28b1189e4bf2c8fb1386e2c18b500ade49560265 /doc
parent269871d18e7d1a95fbe5dfa7360208110dde9163 (diff)
services: connman: Deprecate 'iwd?' field.
* gnu/services/networking.scm (<connman-configuration>) [iwd?]: Use helper to warn deprecated field. (connman-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.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ece0c0354d0..b098e45a506 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19926,8 +19926,6 @@ networks.
19926@item @code{disable-vpn?} (default: @code{#f}) 19926@item @code{disable-vpn?} (default: @code{#f})
19927When true, disable connman's vpn plugin. 19927When true, disable connman's vpn plugin.
19928 19928
19929@item @code{iwd?} (default: @code{#f})
19930When true, ConnMan uses iwd to connect to wireless networks.
19931@end table 19929@end table
19932@end deftp 19930@end deftp
19933 19931