Fix markdown formatting
Some checks are pending
Check & Deploy / generate-matrix (push) Waiting to run
Check & Deploy / build-check (push) Blocked by required conditions
Check & Deploy / flake-check (push) Blocked by required conditions
Check & Deploy / deploy (push) Blocked by required conditions

This commit is contained in:
SebastianStork 2026-02-18 19:28:37 +01:00
parent 3ecc10c445
commit aa12d74f45
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -51,19 +51,19 @@ Hosts enable services declaratively: `custom.web-services.forgejo = { enable = t
## Developer Workflows ## Developer Workflows
| Task | Command | | Task | Command |
|---|---| | ----------------------------- | ------------------------------------------ |
| Rebuild & switch locally | `just switch` | | Rebuild & switch locally | `just switch` |
| Test config without switching | `just test` | | Test config without switching | `just test` |
| Deploy to remote host(s) | `just deploy hostname1 hostname2` | | Deploy to remote host(s) | `just deploy hostname1 hostname2` |
| Format all files | `just fmt` or `nix fmt` | | Format all files | `just fmt` or `nix fmt` |
| Run flake checks + tests | `just check` | | Run flake checks + tests | `just check` |
| Check without building | `just check-lite` | | Check without building | `just check-lite` |
| Update flake inputs | `just update` | | Update flake inputs | `just update` |
| Edit SOPS secrets | `just sops-edit hosts/<host>/secrets.json` | | Edit SOPS secrets | `just sops-edit hosts/<host>/secrets.json` |
| Rotate all secrets | `just sops-rotate-all` | | Rotate all secrets | `just sops-rotate-all` |
| Install a new host | `just install <host> root@<ip>` | | Install a new host | `just install <host> root@<ip>` |
| Open nix repl for a host | `just repl <hostname>` | | Open nix repl for a host | `just repl <hostname>` |
SOPS commands auto-enter a `nix develop .#sops` shell if `sops` isn't available, which handles Bitwarden login and age key retrieval. SOPS commands auto-enter a `nix develop .#sops` shell if `sops` isn't available, which handles Bitwarden login and age key retrieval.