dotfiles/profiles/user0/files/justfile
2025-01-16 15:23:07 -06:00

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#desktop --show-trace
elm:
cd ~/Files/Projects/website/frontend; elm-land server
server:
ssh 192.168.50.140