aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-08-22 01:38:38 +0200
committerSilvan Mosberger <contact@infinisil.com>2020-08-22 01:38:38 +0200
commit1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd (patch)
treef4ff5d748202938a2657c9f089531d650c18a1ff /nixos
parentdea3a5edcbdb69dd5b99eb089f0abd563cdc38fb (diff)
nixos/logrotate: Fix option reference
Fixes the manual build
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/logging/logrotate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/logrotate.nix b/nixos/modules/services/logging/logrotate.nix
index 25dc8a328194..7d6102b82557 100644
--- a/nixos/modules/services/logging/logrotate.nix
+++ b/nixos/modules/services/logging/logrotate.nix
@@ -108,7 +108,7 @@ in
default = {};
description = ''
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.
'';
example = literalExample ''