Hello Guix! I did the following to enable openvpn plugin in the network manager applet.
(modify-services %desktop-services
(network-manager-service-type
config => (network-manager-configuration
(inherit config)
(vpn-plugins
(list network-manager-openvpn)))))
But after importing ".ovpn" file and connecting, nothing happens.
Regards,
RG.
