nixos-config/justfile
2024-05-26 11:13:08 -04:00

29 lines
No EOL
576 B
Makefile

default:
@just --list
# Activate local configuration
activate:
nix run
# Format the nix source tree
fmt:
treefmt
# Deploy to all remote machines
deploy:
colmena apply --build-on-target
# Deploy to github-runner VM
gr-deploy:
colmena apply --build-on-target --on github-runner
# Re-animate the VM that was suspended until now.
gr-animate:
colmena upload-keys
ssh -t github-runner "sudo systemctl restart --all github-runner-*"
gr-inspect:
ssh -t github-runner "sudo systemctl status --all github-runner-*"
gr-ssh:
ssh -t github-runner