doc: fix nixos option format in descriptions

This commit is contained in:
Lin Jian 2023-06-26 23:25:55 +08:00
parent 0d94960783
commit 6e8a48c2dc
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
1 changed files with 2 additions and 2 deletions

View File

@ -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 {