feat: update justfile.

This commit is contained in:
CronyAkatsuki 2026-02-01 12:23:44 +01:00
parent ac21fd6fdb
commit 82bf3a59f8

View file

@ -15,3 +15,15 @@ deploy-all:
reboot server:
ssh -t root@{{server}} "reboot"
update:
nh os test -u -a && nh os switch
test:
nh os test -a
switch:
nh os switch -a
commit-update:
git commit -m "feat: update flake.lock"