summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDeclan Tsien <declantsien@riseup.net>2023-01-12 18:37:51 +0800
committerAndrew Tropin <andrew@trop.in>2023-01-16 20:59:30 +0400
commit0f20fc4dd99146c988907ca1cd2c58421b287596 (patch)
treeda2dc4d151bb93c5e2a0bb2ecb18ceac30f1331b /doc
parentf52cc681b0791f43287525ea57d53c7889059ec6 (diff)
downloadguix-patches-0f20fc4dd99146c988907ca1cd2c58421b287596.tar
guix-patches-0f20fc4dd99146c988907ca1cd2c58421b287596.tar.gz
services: connman: Add iwd backend support.
* gnu/services/networking.scm (connman-configuration)[iwd?]: New field. (connman-shepherd-service): Add iwd? logic, remove wpa-supplicant requirement. * doc/guix.texi: Add information about connman-configuration iwd? option. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ac0f479e0f..27a0c62532 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19770,6 +19770,9 @@ The connman package to use.
@item @code{disable-vpn?} (default: @code{#f})
When true, disable connman's vpn plugin.
+
+@item @code{iwd?} (default: @code{#f})
+When true, ConnMan uses iwd to connect to wireless networks.
@end table
@end deftp