Add worked example: server-host and device-host flakes

Self-contained example under examples/ with full NixOS flakes for both
sides of a deployment (control server + binary cache vs. an agent
device), plus a README walking through the end-to-end install + first
publish.
This commit is contained in:
0m.ax 2026-05-25 15:57:32 +02:00
parent 42b2ce4d1d
commit f72d24596a
6 changed files with 309 additions and 0 deletions

View file

@ -37,6 +37,9 @@ arbitrary closures.
## Quickstart (< 10 minutes)
> 👉 For a complete copy-pasteable setup with two real NixOS flakes
> (server host + device host), see [`examples/`](./examples/).
### 1. Generate a signing key on your workstation
```sh