summary refs log tree commit diff
path: root/nixos/modules/services/logging
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/modules/services/logging
parentdea3a5edcbdb69dd5b99eb089f0abd563cdc38fb (diff)
downloadnixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar.gz
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar.bz2
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar.lz
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar.xz
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.tar.zst
nixpkgs-1b8a94db6744dc6bea9bd9dfad8e6628a95e27fd.zip
nixos/logrotate: Fix option reference
Fixes the manual build
Diffstat (limited to 'nixos/modules/services/logging')
-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 25dc8a32819..7d6102b8255 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 ''