mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
Merge pull request #73 from ymarkus/readme
README: clarify that 'config' has to be prefixed
This commit is contained in:
commit
a0e9ca505c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ but, if you want to (change the system based on your system):
|
|||
```
|
||||
6. NixOS rebuild or use your deployment tool like usual.
|
||||
|
||||
The secret will be decrypted to the value of `age.secrets.secret1.path` (`/run/agenix/secret1` by default). For per-secret options controlling ownership etc, see [modules/age.nix](modules/age.nix).
|
||||
The secret will be decrypted to the value of `config.age.secrets.secret1.path` (`/run/agenix/secret1` by default). For per-secret options controlling ownership etc, see [modules/age.nix](modules/age.nix).
|
||||
|
||||
## Rekeying
|
||||
|
||||
|
|
Loading…
Reference in a new issue