feat(guix): sudo snenanigans, hope no one notices

This commit is contained in:
Pavel Korytov 2023-08-09 17:56:04 +05:00
parent 7ba974a044
commit 6e08631c9b
2 changed files with 2 additions and 2 deletions

View file

@ -664,7 +664,7 @@ if [[ $(hostname) == 'iris' ]]; then
VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf
fi fi
echo $VPN_FILE echo $VPN_FILE
pkexec openvpn --config $VPN_FILE sudo openvpn --config $VPN_FILE
#+end_src #+end_src
*** +vpn-stop+ *** +vpn-stop+

View file

@ -21,5 +21,5 @@ if [[ $(hostname) == 'iris' ]]; then
VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf
fi fi
echo $VPN_FILE echo $VPN_FILE
pkexec openvpn --config $VPN_FILE sudo openvpn --config $VPN_FILE
# vpn-start:1 ends here # vpn-start:1 ends here