all: only disable logrotate config check.

This commit is contained in:
Aaron Bieber 2023-06-26 08:28:57 -06:00
parent afc3331336
commit dd05cf0107
No known key found for this signature in database

View File

@ -202,7 +202,7 @@ in {
environment.etc."ssh/ca.pub" = { text = caPubKeys; };
services.logrotate.enable =
services.logrotate.checkConfig =
todo "logrotate disabled: https://github.com/NixOS/nix/issues/8502" false;
services = {