mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40: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;
|
default = config._module.args.name;
|
||||||
defaultText = literalExpression "config._module.args.name";
|
defaultText = literalExpression "config._module.args.name";
|
||||||
description = ''
|
description = ''
|
||||||
Name of the file used in ''${cfg.secretsDir}
|
Name of the file used in {option}`age.secretsDir`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
file = mkOption {
|
file = mkOption {
|
||||||
|
@ -221,7 +221,7 @@ in {
|
||||||
// {description = "${types.str.description} (with check: non-empty without trailing slash)";};
|
// {description = "${types.str.description} (with check: non-empty without trailing slash)";};
|
||||||
default = "/run/agenix.d";
|
default = "/run/agenix.d";
|
||||||
description = ''
|
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 {
|
identityPaths = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue