From 917dc2a7df1808e8deb90b018e80343e5e3256a6 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 22 Sep 2024 18:46:39 +0200 Subject: [PATCH] Docs: clarify inventory statement --- docs/site/manual/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/manual/index.md b/docs/site/manual/index.md index e8ee03e11..2acc826b8 100644 --- a/docs/site/manual/index.md +++ b/docs/site/manual/index.md @@ -27,7 +27,7 @@ Instructions and explanations for practical Implementations ordered by Topics. - [Secrets](./secrets.md): Learn how to manage secrets. -- [Inventory](./inventory.md): Distributed and editable version of the NixOS module system. +- [Inventory](./inventory.md): Clan's declaration format for running **services** on one or multiple **machines**. - [Flake-parts guide](./flake-parts.md): Use clan with [flake-parts](https://flake.parts/).