about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorBirk <birkb@users.noreply.github.com>2024-05-01 20:45:45 +0000
committerGitHub <noreply@github.com>2024-05-01 22:45:45 +0200
commit8b35a7cd1898de5f9a91b84e3122ce65f4c0dabe (patch)
tree86f5623ce1a446be4b533527c27fb053f688fc69 /nixos/modules
parent4fa8ffc1274f9c5c007d88732794c6cd71b6b76f (diff)
nixos/logrotate: typo in option name fixed (#307788)
Diffstat (limited to 'nixos/modules')
-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 3e29828eba2f2..9344277fc1e02 100644
--- a/nixos/modules/services/logging/logrotate.nix
+++ b/nixos/modules/services/logging/logrotate.nix
@@ -224,7 +224,7 @@ in
           and users are replaced by dummy users), so tests are complemented by a
           logrotate-checkconf service that is enabled by default.
           This extra check can be disabled by disabling it at the systemd level with the
-          {option}`services.systemd.services.logrotate-checkconf.enable` option.
+          {option}`systemd.services.logrotate-checkconf.enable` option.
 
           Conversely there are still things that might make this check fail incorrectly
           (e.g. a file path where we don't have access to intermediate directories):