From 8db34521db3f2ca6b9a9b824138c12c4a67aca5b Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 20 Feb 2023 12:02:58 -0800 Subject: [PATCH] doc: update agenix help text in docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3381e7e..6413f87 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,8 @@ PRIVATE_KEY a path to a private SSH key used to decrypt file EDITOR environment variable of editor to use when editing FILE +If STDIN is not interactive, EDITOR will be set to "cp /dev/stdin" + RULES environment variable with path to Nix file specifying recipient public keys. Defaults to './secrets.nix' ```