VPN support
This commit is contained in:
parent
d9acf4ff93
commit
647fd78ae2
4 changed files with 68 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue