init
This commit is contained in:
commit
53f5850a3d
6 changed files with 256 additions and 0 deletions
11
justfile
Normal file
11
justfile
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue