mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
doc: make ageBin override a valid module
This commit is contained in:
parent
bce59868a2
commit
e05a49ee30
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Example of a secret with a name different from its attrpath:
|
||||||
Overriding `age.ageBin` example:
|
Overriding `age.ageBin` example:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{pkgs, ...}:{
|
||||||
age.ageBin = "${pkgs.age}/bin/age";
|
age.ageBin = "${pkgs.age}/bin/age";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue