dotfiles/nixos/modules/services/logrotate.nix
2024-11-23 20:27:44 -06:00

3 lines
40 B
Nix
Executable file

{
services.logrotate.enable = true;
}