all: re-disable checkConfig for logrotate

This commit is contained in:
Aaron Bieber 2024-03-10 18:51:45 -06:00
parent 7d745fc986
commit 1e6202c9a8
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
, options
, pkgs
, isUnstable
, xinlib
, ...
}:
let
@ -219,8 +220,8 @@ in
};
};
#services.logrotate.checkConfig =
# todo "logrotate.checkConfig disabled: https://github.com/NixOS/nix/issues/8502" false;
services.logrotate.checkConfig =
xinlib.todo "logrotate.checkConfig disabled: https://github.com/NixOS/nix/issues/8502" false;
services = {
openssh = {