all: remove logrotated check disablement

This commit is contained in:
Aaron Bieber 2024-07-19 10:17:06 -06:00
parent ae58f66bbd
commit 4c7a7e7809
No known key found for this signature in database

View File

@ -3,7 +3,6 @@
, options
, pkgs
, isUnstable
, xinlib
, ...
}:
let
@ -208,9 +207,6 @@ in
gnupg.agent.enable = true;
};
services.logrotate.checkConfig =
xinlib.todo "logrotate.checkConfig disabled: https://github.com/NixOS/nix/issues/8502" false;
services = {
smartd.enable = lib.mkDefault true;
};