Added network manager config

This commit is contained in:
Brandon Rozek 2020-05-25 22:55:22 -04:00
parent 68e4211310
commit 433f5c84ff

View file

@ -114,6 +114,11 @@ sudo systemctl enable wg-quick@wg0
sudo systemctl start wg-quick@wg0 sudo systemctl start wg-quick@wg0
``` ```
Alternatively you can add the profile to NetworkManager for it to manage.
```bash
sudo nmcli connection import type wireguard file /etc/wireguard/wg0.conf
```
And enjoy a fully secure routable network! And enjoy a fully secure routable network!
## Potential Errors ## Potential Errors