This commit is contained in:
Asaki Yuki 2026-04-18 00:10:35 +07:00
parent 2ad2ab68a1
commit 0901c2ccb9

View file

@ -7,5 +7,8 @@
(libs.root "/modules/services/httpd.nix")
];
services.logrotate.enable = true;
services.logrotate = {
enable = true;
checkConfig = false;
};
}