all: remove logrotated check disablement
This commit is contained in:
parent
ae58f66bbd
commit
4c7a7e7809
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user