feat(guix): change VPN

This commit is contained in:
Pavel Korytov 2022-06-26 21:53:11 +03:00
parent 3d1df15f9a
commit fbca334a35
2 changed files with 2 additions and 4 deletions

View file

@ -16,8 +16,6 @@ References:
- [[https://gitlab.com/pjotrp/guix-notes][Pjotr Prins' Guix notes]]
- [[https://www.youtube.com/watch?v=iBaqOK75cho&list=PLEoMzSkcN8oNxnj7jm5V2ZcGc52002pQU][Davil Wilson's YouTube series]]
#+TOC: headlines 6
* Contents :noexport:
:PROPERTIES:
:TOC: :include all :depth 3
@ -635,7 +633,7 @@ fi
# pkexec nmcli con modify "$CONN" ipv6.method ignore
# nmcli connection up "$CONN"
# fi
pkexec openvpn --config ~/.vpn/openvpn.ovpn
pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_lv_rix/mullvad_lv_rix.conf
#+end_src
*** vpn-stop

View file

@ -16,5 +16,5 @@ fi
# pkexec nmcli con modify "$CONN" ipv6.method ignore
# nmcli connection up "$CONN"
# fi
pkexec openvpn --config ~/.vpn/openvpn.ovpn
pkexec openvpn --config ~/.vpn/mullvad_openvpn_linux_lv_rix/mullvad_lv_rix.conf
# vpn-start:1 ends here