mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: added wireguard
This commit is contained in:
parent
a635237125
commit
a7ed1629e8
6 changed files with 105 additions and 5 deletions
|
@ -56,11 +56,20 @@ in
|
|||
in
|
||||
{
|
||||
text = ''
|
||||
vpn:
|
||||
sudo protonvpn c --c CA
|
||||
vpn0:
|
||||
sudo systemctl start wg-quick-Proton-CA363.service
|
||||
|
||||
vpn1:
|
||||
sudo systemctl start wg-quick-Proton-CA220.service
|
||||
|
||||
vpn2:
|
||||
sudo systemctl start wg-quick-Proton-CA358.service
|
||||
|
||||
vpn3:
|
||||
sudo systemctl start wg-quick-Proton-CA627.service
|
||||
|
||||
vpnoff:
|
||||
sudo protonvpn d
|
||||
sudo systemctl stop wg-quick-Proton-*.service
|
||||
|
||||
rebuild:
|
||||
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue