From bc239e104c89c5d05a86e40f1151dd8deef0cc3d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 25 Feb 2025 18:30:42 +0700 Subject: [PATCH] docs/guide: Mention alternative secret store backends --- docs/site/getting-started/secrets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/site/getting-started/secrets.md b/docs/site/getting-started/secrets.md index 39d196f4d..bd8c449fe 100644 --- a/docs/site/getting-started/secrets.md +++ b/docs/site/getting-started/secrets.md @@ -1,7 +1,8 @@ Clan enables encryption of secrets (such as passwords & keys) ensuring security and ease-of-use among users. -Clan utilizes the [sops](https://github.com/getsops/sops) format and integrates with [sops-nix](https://github.com/Mic92/sops-nix) on NixOS machines. +By default Clan utilizes the [sops](https://github.com/getsops/sops) format and integrates with [sops-nix](https://github.com/Mic92/sops-nix) on NixOS machines. +Clan can also be configured to be used with other secret store [backends](https://docs.clan.lol/reference/clan-core/vars/#clan.core.vars.settings.secretStore). This guide will walk you through: