mio-ops/profiles/logrotate.nix

12 lines
152 B
Nix
Raw Normal View History

2021-05-25 01:40:51 +00:00
# logrotate configuration for NixOS / NixOps
{ config, ... }:
{
services.logrotate = {
enable = true; # Enable the logrotate service
};
}