diff --git a/scripts/mullvad.sh b/scripts/mullvad.sh new file mode 100644 index 0000000..8da32cd --- /dev/null +++ b/scripts/mullvad.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Run mullvad-vpn as a normal user +nix-shell -p mullvad-vpn --run mullvad-vpn & + +# Run mullvad-daemon as root +sudo nix-shell -p mullvad-vpn --run mullvad-daemon &