2023-05-14 23:25:48 +00:00
|
|
|
# logrotate configuration for NixOS
|
2022-08-15 07:32:25 +00:00
|
|
|
{config, ...}: {
|
2021-10-07 02:13:48 +00:00
|
|
|
services.logrotate = {
|
2022-08-15 07:32:25 +00:00
|
|
|
enable = true; # Enable the logrotate service
|
2021-10-07 02:13:48 +00:00
|
|
|
};
|
|
|
|
}
|