From 91220a701d0bf8055547620baa765b36d885db7a Mon Sep 17 00:00:00 2001 From: malteneuss Date: Mon, 24 Jul 2023 21:51:25 +0200 Subject: [PATCH] Rephrase cli app summary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed9974..998bfc2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You can encrypt a secret (password, access-token, etc.) on a source machine using a number of public SSH keys, and deploy that encrypted secret to any another target machine that has the corresponding private SSH key of one of those public keys. This project contains two parts: -1. An `agenix` commandline app (CLI) to encrypt secrets into secured `.age` files that can be openly shared on Github, Nix store, etc. +1. An `agenix` commandline app (CLI) to encrypt secrets into secured `.age` files that can be copied into the Nix store. 2. An `agenix` NixOS module to conveniently * add those encrypted secrets (`.age` files) into the Nix store so that they can be deployed like any other Nix package using `nixos-rebuild` or similar tools. * automatically decrypt on a target machine using the private SSH keys on that machine