reciproka-ops/profiles/logrotate.nix
2023-05-15 09:25:48 +10:00

7 lines
135 B
Nix

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