From 0823fd1aa9e63b6021eb04d0d41d5c55ad328ebf Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Thu, 1 Dec 2022 17:21:39 +0400 Subject: 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. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/guix.texi') 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 -- cgit v1.2.3