reciproka-ops/profiles/logrotate.nix
2022-08-15 17:32:25 +10:00

7 lines
144 B
Nix

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