dotfiles/.dotfiles/docs/nmcli.md

10 lines
191 B
Markdown

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