modules: remove deprecated literalExample

This commit is contained in:
2021-11-13 19:15:05 +11:00
parent 6d3581ac49
commit f5adcca761
3 changed files with 13 additions and 18 deletions

View File

@ -17,17 +17,14 @@ in
type = types.nullOr types.attrs;
default = null;
description = ''
Configuration set alternative to
<literalExpression>configFile</literalExpression>.
Configuration set alternative to <literal>configFile</literal>.
'';
example = ''
{
global = {
monitor = 0;
follow = "none";
};
example = {
global = {
monitor = 0;
follow = "none";
};
'';
};
};
configFile = mkOption {