Skip to content

Commit fbd9e29

Browse files
committed
add notice about root-owned secrets
1 parent 0650e51 commit fbd9e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ All files in the Nix store are readable by any system user, so it is not a suita
1717
* Very little code, so it should be easy for you to audit
1818
* Encrypted secrets are stored in the Nix store, so a separate distribution mechanism is not necessary
1919

20+
## Notices
21+
22+
* 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`.
23+
2024
## Installation
2125

2226
Choose one of the following methods:

0 commit comments

Comments
 (0)