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
1 changed files with 9 additions and 0 deletions

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
```