From 6d20bf81f8ed177281e72cc3f1cbb73637d3ad35 Mon Sep 17 00:00:00 2001 From: malteneuss Date: Sun, 16 Jul 2023 21:23:10 +0200 Subject: [PATCH] Fix intro indentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a8f21f..204a974 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ and deploy that encrypted secret to any another target machine that has the corr 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. 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 - * automatically mount these decrypted secrets on a well known path like `/run/agenix/...` to be consumed. + * 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 + * automatically mount these decrypted secrets on a well known path like `/run/agenix/...` to be consumed. ## Contents