📚 docs(README): add iwd systemd service to the wifi section of the post-installation
This commit is contained in:
parent
cfd100c6d0
commit
98fe0fac2d
1 changed files with 7 additions and 1 deletions
8
.github/README.md
vendored
8
.github/README.md
vendored
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue