diff --git a/configs.yml b/configs.yml index 113527d..cb236ca 100644 --- a/configs.yml +++ b/configs.yml @@ -218,6 +218,21 @@ keepass: - git@tunuifranken.info:flyingscorpio/keepass.git - ~/keepass +protonvpn: + - install: + - openvpn + - clone: + url: https://aur.archlinux.org/openvpn-update-systemd-resolved.git + dest: ~/builds/openvpn-update-systemd-resolved + condition: arch + - run: + command: cd ~/builds/openvpn-update-systemd-resolved && makepkg -cirs --needed + condition: arch + - run: + - sudo cp ~/src/secrets/setup-cockpit/protonvpn_confs/*.conf /etc/openvpn/client/ + - run: + - sudo systemctl enable openvpn-client@fr.protonvpn.com.udp.service + mariadb: - install: - mariadb