diff --git a/README.md b/README.md index 64f0d87..1a5421c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ All files in the Nix store are readable by any system user, so it is not a suita ## Notices +* Password-protected ssh keys: since the underlying tool age/rage do not support ssh-agent, password-protected ssh keys do not work well. For example, if you need to rekey 20 secrets you will have to enter your password 20 times. * If you want to manage user's hashed passwords, you must use a version of NixOS with [commit e6b8587](https://github.com/NixOS/nixpkgs/commit/e6b8587b25a19528695c5c270e6ff1c209705c31), so the root-owned secrets can be decrypted before the user activation script runs. Currently only available on `unstable`. ## Installation