From 67af9b179c629dea211ebd83f92c77f5745043be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 19 Jun 2022 21:08:39 +0200 Subject: [PATCH] README: mention other projects in the field --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 53d4d6a..9af74e7 100644 --- a/README.md +++ b/README.md @@ -856,3 +856,12 @@ some secrets, you should also include solutions that allow secrets to be stored securely in your version control, e.g. [git-agecrypt](https://github.com/vlaci/git-agecrypt). These types of solutions can be used together with sops-nix. + + +## Related projects + +- [agenix](https://github.com/ryantm/agenix): Similar features as sops-nix but + uses plan age. +- [scapel](https://github.com/polygon/scalpel): Provides a simple template + mechanism to inject secrets into configuration files in the nixos activation + phase