VPN support

This commit is contained in:
Geoffrey Frogeye 2021-06-26 14:13:05 +02:00
parent d9acf4ff93
commit 647fd78ae2
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 68 additions and 3 deletions

View file

@ -1,5 +1,5 @@
etckeeper
{% if has_batttery %}
{% if has_battery %}
tlp
{% endif %}
dhcpcd
@ -8,3 +8,9 @@ chrony
{% if encrypt_home_stacked_fs %}
ecryptfs-utils
{% endif %}
kexec-tools
openvpn
{% if arch_based %}
openvpn-update-resolv-conf-git
{# TODO Other distributions #}
{% endif %}