update for hetzner

This commit is contained in:
reym 2026-04-29 22:49:00 +02:00
parent 53f5850a3d
commit 75cc37566a
3 changed files with 24 additions and 16 deletions

View file

@ -1,11 +1,13 @@
# https://just.systems
domain := "garp.kyrus.dev"
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 }}
rebuild-remote:
nixos-rebuild switch --flake .#garp --target-host root@{{ domain }}