mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 17:50:48 +03:00
Fix intro indentation
This commit is contained in:
parent
b91dfbaf76
commit
6d20bf81f8
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ and deploy that encrypted secret to any another target machine that has the corr
|
||||||
This project contains two parts:
|
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 openly shared on Github, Nix store, etc.
|
||||||
2. An `agenix` NixOS module to conveniently
|
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.
|
* 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 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.
|
* automatically mount these decrypted secrets on a well known path like `/run/agenix/...` to be consumed.
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue