feat: add vpn for network manager
1 files changed, 5 insertions(+), 0 deletions(-) M config.scm
M config.scm => config.scm +5 -0
@@ 280,6 280,11 @@ (modify-services %desktop-services (delete gdm-service-type) (delete screen-locker-service-type) (network-manager-service-type config => (network-manager-configuration (inherit config) (vpn-plugins (list network-manager-openvpn)))) (mingetty-service-type config => (if (string=? (mingetty-configuration-tty config) "tty1") (mingetty-configuration (inherit config)