mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-21 17:20:47 +03:00
doc: fix nixos option format in descriptions
This commit is contained in:
parent
0d94960783
commit
6e8a48c2dc
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ with lib; let
|
|||
default = config._module.args.name;
|
||||
defaultText = literalExpression "config._module.args.name";
|
||||
description = ''
|
||||
Name of the file used in ''${cfg.secretsDir}
|
||||
Name of the file used in {option}`age.secretsDir`
|
||||
'';
|
||||
};
|
||||
file = mkOption {
|
||||
|
@ -221,7 +221,7 @@ in {
|
|||
// {description = "${types.str.description} (with check: non-empty without trailing slash)";};
|
||||
default = "/run/agenix.d";
|
||||
description = ''
|
||||
Where secrets are created before they are symlinked to ''${cfg.secretsDir}
|
||||
Where secrets are created before they are symlinked to {option}`age.secretsDir`
|
||||
'';
|
||||
};
|
||||
identityPaths = mkOption {
|
||||
|
|
Loading…
Reference in a new issue