dot.nix/nixos/modules/logrotate/default.nix

6 lines
No EOL
99 B
Nix

{
services.logrotate = {
enable = true;
configFile = ./logrotate.conf;
};
}