mio-ops/profiles/logrotate.nix
2021-11-16 17:53:38 +10:00

12 lines
150 B
Nix

# logrotate configuration for NixOS / NixOps
{ config, ... }:
{
services.logrotate = {
enable = true; # Enable the logrotate service
};
}