diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-05-04 02:28:37 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-05-04 02:28:37 +0300 |
commit | 8eba42952e4c654092a48c9778d56ad9aff81ef2 (patch) | |
tree | 36a87577caee10ada4e0b17bf93034029c1667b3 /dotfiles | |
parent | f48c7dfd0c5557b329742e56a67b62978aea56a3 (diff) | |
download | swayrice-8eba42952e4c654092a48c9778d56ad9aff81ef2.tar.gz swayrice-8eba42952e4c654092a48c9778d56ad9aff81ef2.zip |
smol vpn-related changes
Diffstat (limited to 'dotfiles')
-rwxr-xr-x | dotfiles/.local/bin/addwgprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/addwgprofile b/dotfiles/.local/bin/addwgprofile index 7d0874c..1fa5eca 100755 --- a/dotfiles/.local/bin/addwgprofile +++ b/dotfiles/.local/bin/addwgprofile @@ -1,3 +1,3 @@ #!/bin/sh -nmcli connection import type wireguard file ~/.config/wg0.conf +nmcli connection import type wireguard file ~/.config/wireguard/wg0.conf |