garp-server/justfile
2026-04-30 01:05:30 +02:00

11 lines
239 B
Makefile

# 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 }}