mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
14 lines
267 B
Makefile
Executable file
14 lines
267 B
Makefile
Executable file
vpn:
|
|
sudo protonvpn c --c CA
|
|
|
|
vpnoff:
|
|
sudo protonvpn d
|
|
|
|
rebuild:
|
|
nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#jupiter --show-trace
|
|
|
|
elm:
|
|
cd ~/Files/Projects/website/frontend; elm-land server
|
|
|
|
server:
|
|
ssh 192.168.50.140
|