summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2022-12-01 17:21:39 +0400
committerAndrew Tropin <andrew@trop.in>2022-12-01 18:56:24 +0400
commit0823fd1aa9e63b6021eb04d0d41d5c55ad328ebf (patch)
treee3c40614457fa1057349a6ee94345497eb5405ff /doc
parent7dddf0cc54b02dfa37884bee49a20eb88a420cba (diff)
services: network-manager: Add iwd backend support.
* gnu/services/networking.scm (network-manager-configuration)[iwd?]: New field. (network-manager-shepherd-service): Add iwd to requirements if needed. * doc/guix.texi: Add information about iwd? option.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 47b805dc7f..c482e932d9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19583,6 +19583,10 @@ This is the list of available plugins for virtual private networks
(VPNs). An example of this is the @code{network-manager-openvpn}
package, which allows NetworkManager to manage VPNs @i{via} OpenVPN.
+@item @code{iwd?} (default: @code{#f})
+NetworkManager will use iwd as a backend for wireless networking if this
+option is set to @code{#t}, otherwise it will use wpa-supplicant.
+
@end table
@end deftp