From 6e08631c9bc443c26526e62d97a5a063639ad4f7 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Wed, 9 Aug 2023 17:56:04 +0500 Subject: [PATCH] feat(guix): sudo snenanigans, hope no one notices --- Guix.org | 2 +- bin/scripts/vpn-start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Guix.org b/Guix.org index aab4bc0..c0de6d1 100644 --- a/Guix.org +++ b/Guix.org @@ -664,7 +664,7 @@ if [[ $(hostname) == 'iris' ]]; then VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf fi echo $VPN_FILE -pkexec openvpn --config $VPN_FILE +sudo openvpn --config $VPN_FILE #+end_src *** +vpn-stop+ diff --git a/bin/scripts/vpn-start b/bin/scripts/vpn-start index 888b4fc..4703e58 100755 --- a/bin/scripts/vpn-start +++ b/bin/scripts/vpn-start @@ -21,5 +21,5 @@ if [[ $(hostname) == 'iris' ]]; then VPN_FILE=~/.vpn/mullvad_openvpn_linux_se_all/mullvad_se_all.conf fi echo $VPN_FILE -pkexec openvpn --config $VPN_FILE +sudo openvpn --config $VPN_FILE # vpn-start:1 ends here