Add Wireguard configuration from file to Gnome NetworkManager · GitHub

revision 5a7c792a630f70048c0db43836ccf2cf215d1fc0

raw

gistfile1.txt

```
nmcli connection import type wireguard file "/path/to/wg0.conf"
nmcli connection modify wg0 connection.id "home-vpn"
nmcli connection show home-vpn
```

History