To setup the Linux Mint to be a Wireguard Client :
- Get the client config file from the Wireguard Server
- We will call it WGClient.conf
- Add the connection
- nmcli connection import type wireguard file WGClient.conf
- Start the Wireguard Client
- nmcli connection up WGClient
- Stop the Wireguard Client
- nmcli connection down WGClient
- to stop WGClient from auto connecting on reboot run
- nmcli connection modify WGClient autoconnect no
- to list the settings for the connection
- nmcli connection show WGClient