garp-server/justfile

12 lines
239 B
Makefile
Raw Normal View History

2026-04-29 02:12:44 +02:00
# https://just.systems
default:
echo 'Hello, world!'
vm:
nixos-rebuild build-vm --flake .#server
./result/bin/run-garp-vm -nographic
rebuild-remote:
nixos-rebuild switch --flake .#garp --target-host root@{{ domain }}