mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
17 lines
273 B
Makefile
17 lines
273 B
Makefile
default:
|
|
@just --list
|
|
|
|
fmt:
|
|
treefmt
|
|
|
|
# Deploy to github-runner VM
|
|
github-runner:
|
|
colmena apply --build-on-target
|
|
|
|
# Run this after editing .sops.yaml
|
|
sops-updatekeys:
|
|
sops updatekeys secrets.json
|
|
|
|
# Edit or view the secrets
|
|
sops-edit:
|
|
sops secrets.json
|