mio-ops/profiles/logrotate.nix

7 lines
144 B
Nix

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