1
0
forked from clan/clan-core

documentation

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

View File

@ -18,7 +18,7 @@ Our mission is simple: to democratize computing by providing tools that empower
If you're new to cLAN and eager to dive in, start with our quickstart guide and explore the core functionalities that Clan offers:
- **Quickstart Guide**: Check out https://docs.clan.lol/#starting-with-a-new-clan-project<!-- [docs/site/index.md](docs/site/index.md) --> to get up and running with cLAN in no time.
- **Quickstart Guide**: Check out [quickstart](https://docs.clan.lol/#starting-with-a-new-clan-project<!-- [docs/site/index.md](docs/site/index.md) -->) to get up and running with cLAN in no time.
### Managing Secrets

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,