nixos/logrotate: Fix option reference

Fixes the manual build
This commit is contained in:
Silvan Mosberger
2020-08-22 01:38:38 +02:00
parent dea3a5edcb
commit 1b8a94db67
+1 -1
View File
@@ -108,7 +108,7 @@ in
default = {}; default = {};
description = '' description = ''
Attribute set of paths to rotate. The order each block appears in the generated configuration file Attribute set of paths to rotate. The order each block appears in the generated configuration file
can be controlled by the <link linkend="opt-services.logrotate._name_.priority">priority</link> option can be controlled by the <link linkend="opt-services.logrotate.paths._name_.priority">priority</link> option
using the same semantics as `lib.mkOrder`. Smaller values have a greater priority. using the same semantics as `lib.mkOrder`. Smaller values have a greater priority.
''; '';
example = literalExample '' example = literalExample ''