From cba58c7478b372e34a397ca5e881d11f4f823a90 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 7 Jan 2024 12:40:18 +0800 Subject: [PATCH] feat: add todo - password management --- secrets/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/secrets/README.md b/secrets/README.md index eb4035d1..03026400 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -10,6 +10,12 @@ In addition, we further improve the security of secrets files by storing them in This directory contains this README.md, and a `nixos.nix`/`darwin.nix` that used to decrypt all my secrets via agenix, and then I can use them in this flake. +## TODO + +- [ ] Add password management via zx2c4's pass: + - [awesome-password-store](https://github.com/tijn/awesome-password-store) + - [zx2c4-pass - github topics](https://github.com/topics/zx2c4-pass) + ## Adding or Updating Secrets > All the operations in this section should be performed in my private repository: `nix-secrets`.