documentation: improve presentation

This commit is contained in:
a-kenji
2024-04-15 11:51:56 +02:00
parent ca0c109b76
commit 2d42af3675
2 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ If you already happened to use sops-nix, you can migrate by using the `clan secr
% clan secrets import-sops --prefix matchbox- --group admins --machine matchbox nixos/matchbox/secrets/secrets.yaml
```
This will create secrets for each secret found in `nixos/matchbox/secrets/secrets.yaml` in a ./sops folder of your repository.
This will create secrets for each secret found in `nixos/matchbox/secrets/secrets.yaml` in a `./sops` folder of your repository.
Each member of the group `admins` in this case will be able to decrypt the secrets with their respective key.
Since our clan secret module will auto-import secrets that are encrypted for a particular nixos machine,