From 01cfe3dcef3791067a2c793f182937cd66c1455b Mon Sep 17 00:00:00 2001 From: xengi Date: Fri, 28 Aug 2026 10:39:32 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e53bc05..f332195 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,23 @@ Dell PowerEdge R630 - CPU: 16 - RAM: 64GB - Storage: 64GB (os drive) + 4TB (Ceph) + +## Rollout + +### Deploy host system + +```bash +nix run ... +``` + +### Deploy control plane + +```bash +nix run ... +``` + +### Deploy workers + +```bash +nix run ... +```