reciproka-ops/profiles/logrotate.nix
2021-10-07 12:13:48 +10:00

12 lines
152 B
Nix

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