mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(guix): sudo snenanigans, hope no one notices
This commit is contained in:
parent
7ba974a044
commit
6e08631c9b
2 changed files with 2 additions and 2 deletions
2
Guix.org
2
Guix.org
|
|
@ -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+
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue