diff --git a/docs/site/manual/secrets.md b/docs/site/manual/secrets.md index b42559400..147151237 100644 --- a/docs/site/manual/secrets.md +++ b/docs/site/manual/secrets.md @@ -87,6 +87,14 @@ Here's how to get started: clan secrets groups add-secret ``` +**TIP** To encrypt all secrets of a machine for a specific group, use the following NixOS configuration: + +``` +{ + clan.core.sops.defaultGroups = [ "groupname" ] +} +``` + ### Adding Machine Keys New machines in Clan come with age keys stored in `./sops/machines/`. To list these machines: