feat: add vpn aliases
This commit is contained in:
parent
a409692f3e
commit
e913202533
2
home.nix
2
home.nix
@ -183,6 +183,8 @@ home.file.".config/nvim/".source = "${neovim-config}/";
|
|||||||
ls = "eza -l --git";
|
ls = "eza -l --git";
|
||||||
grep = "rg";
|
grep = "rg";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
vpn-up = "sudo wg-quick up ~/.config/wireguard/scbnb.conf";
|
||||||
|
vpn-down = "sudo wg-quick down ~/.config/wireguard/scbnb.conf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user