From b352e6b70fd42860d28dec4bf064336070df8bbb Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sat, 3 Sep 2022 11:53:16 -0700 Subject: [PATCH] doc: merge Use other implementations into Reference --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fed876..9d2c741 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,8 @@ Example of a secret with a name different from its attrpath: `age.ageBin` the string of the path to the `age` binary. Usually, you don't need to change this. Defaults to `rage/bin/rage`. +This project uses the Rust implementation of age, [rage](https://github.com/str4d/rage), by default. You can change it to use the [official implementation](https://github.com/FiloSottile/age). + Overriding `age.ageBin` example: ```nix @@ -420,10 +422,6 @@ If your secret cannot be a symlink, you should set the `symlink` option to `fals Instead of first decrypting the secret to `/run/agenix` and then symlinking to its `path`, the secret will instead be forcibly moved to its `path`. Please note that, currently, there are no cleanup mechanisms for secrets that are not symlinked by agenix. -## Use other implementations - -This project uses the Rust implementation of age, [rage](https://github.com/str4d/rage), by default. You can change it to use the [official implementation](https://github.com/FiloSottile/age). - ### Module ```nix