mirror of https://git.jolheiser.com/dotnix.git
parent
e639338307
commit
68b207f960
4
justfile
4
justfile
|
@ -13,6 +13,10 @@ rebuild *args:
|
||||||
switch *args:
|
switch *args:
|
||||||
@just rebuild switch {{args}}
|
@just rebuild switch {{args}}
|
||||||
|
|
||||||
|
# Rebuild the current machine for next boot
|
||||||
|
boot *args:
|
||||||
|
@just rebuild boot {{args}}
|
||||||
|
|
||||||
# Run colmena for remote deploy
|
# Run colmena for remote deploy
|
||||||
colmena node:
|
colmena node:
|
||||||
@git add .
|
@git add .
|
||||||
|
|
Loading…
Reference in New Issue