docs: nmcli

This commit is contained in:
Felipe M 2021-02-04 07:54:04 +00:00
parent 9f2dd51264
commit 79b53718f2
Signed by: fmartingr
GPG key ID: 716BC147715E716F

9
.dotfiles/docs/nmcli.md Normal file
View file

@ -0,0 +1,9 @@
# nmcli
## Import OpenVPN configuration
> Make sure the file is an openvpn configuration and not a network manager connection
```
# nmcli connection import type openvpn file file.ovpn
```