From 98fe0fac2d2585cc7cb60e3782fdb028758ec058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Sep 2024 17:42:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(README):=20add=20iwd=20syst?= =?UTF-8?q?emd=20service=20to=20the=20wifi=20section=20of=20the=20post-ins?= =?UTF-8?q?tallation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 8da451b0..62467dd5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -468,7 +468,13 @@ If you are going to use git, be sure to change the user definition as well as th yay -Sy iwgtk ``` - To manage all the other network configurations, use [nm-connection-editor](https://gitlab.gnome.org/GNOME/network-manager-applet) + Also, you have to enable the iwd service: + + ```bash + sudo systemctl enable --now iwd.service + ``` + + To manage all the other network configurations, use something like [nm-connection-editor](https://gitlab.gnome.org/GNOME/network-manager-applet) - **Keyring Support**