mio-ops/profiles/logrotate.nix

7 lines
144 B
Nix
Raw Normal View History

2021-05-25 01:40:51 +00:00
# logrotate configuration for NixOS / NixOps
2022-03-07 14:26:15 +00:00
{config, ...}: {
2021-05-25 01:40:51 +00:00
services.logrotate = {
2021-11-16 04:57:23 +00:00
enable = true; # Enable the logrotate service
2021-05-25 01:40:51 +00:00
};
}