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
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D

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 ''