This commit is contained in:
reym 2026-04-29 02:12:44 +02:00
commit 53f5850a3d
6 changed files with 256 additions and 0 deletions

11
justfile Normal file
View file

@ -0,0 +1,11 @@
# 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 }}