update for hetzner
This commit is contained in:
parent
53f5850a3d
commit
75cc37566a
3 changed files with 24 additions and 16 deletions
8
justfile
8
justfile
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue