From 3c34edaf652d430fd53a58ba12c9f9cad485437f Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sat, 3 Sep 2022 11:54:29 -0700 Subject: [PATCH] Revert "doc: merge Use other implementations into Reference" This reverts commit b352e6b70fd42860d28dec4bf064336070df8bbb. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d2c741..2fed876 100644 --- a/README.md +++ b/README.md @@ -340,8 +340,6 @@ 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 @@ -422,6 +420,10 @@ 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