doc: make ageBin override a valid module

This commit is contained in:
Ryan Mulligan 2022-09-03 11:50:45 -07:00
parent bce59868a2
commit e05a49ee30
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ Example of a secret with a name different from its attrpath:
Overriding `age.ageBin` example:
```nix
{
{pkgs, ...}:{
age.ageBin = "${pkgs.age}/bin/age";
}
```