reciproka-ops/profiles/logrotate.nix

12 lines
152 B
Nix
Raw Normal View History

2021-10-07 02:13:48 +00:00
# logrotate configuration for NixOS / NixOps
{ config, ... }:
{
services.logrotate = {
enable = true; # Enable the logrotate service
};
}