dotfiles/nixos/modules/services/logrotate/default.nix
2025-02-05 20:15:36 -06:00

3 lines
40 B
Nix
Executable file

{
services.logrotate.enable = true;
}