home.router: add c3voc vpn

This commit is contained in:
Franzi 2020-12-08 17:45:30 +01:00
parent 8a1a1bd8fd
commit b80c0b12fe
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 10 additions and 0 deletions

View file

@ -17,5 +17,6 @@ for config in node.metadata.get('openvpn-client', {}).get('configs', set()):
svc_systemd[f'openvpn-client@{config}'] = {
'needs': {
f'file:/etc/openvpn/client/{config}.conf',
'pkg_apt:openvpn',
},
}