Merge pull request #414 from blm768/fix-secret-docs

Update secrets path
This commit is contained in:
Parthiv Seetharaman 2022-01-09 00:43:52 -08:00 committed by GitHub
commit cb3eca3fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ In any profile that uses a NixOS module that requires a secret you can enable a
```
Then you can just pass the path `/run/secrets/mysecret` to the module.
Then you can just pass the path `/run/agenix/mysecret` to the module.
You can make use of the many options provided by the age module to customize where and how
secrets get decrypted. You can learn about them by looking at the