From b0760bc2b905d6cf257a04bea41e4d5fc43aad2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 20 Feb 2025 10:19:51 +0700 Subject: [PATCH] recommend vars over facts --- docs/site/getting-started/check.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/site/getting-started/check.md b/docs/site/getting-started/check.md index 18e2debcd..e2172bece 100644 --- a/docs/site/getting-started/check.md +++ b/docs/site/getting-started/check.md @@ -2,7 +2,8 @@ Typically, this step is handled automatically when a machine is deployed. However, to enable the use of `nix flake check` with your configuration, it must be completed manually beforehand. -Currently, generating all the necessary facts requires two separate commands. This is due to the coexistence of two parallel secret management solutions: the older, stable version (`clan secrets` and `clan facts`) and the newer, experimental version (`clan vars`). +Currently, generating all the necessary facts requires two separate commands. This is due to the coexistence of two parallel secret management solutions: +the newer, recommended version (`clan vars`) and the older version (`clan facts`) that we are slowly phasing out. To generate both facts and vars, execute the following commands: