dot.nix/host/cloud/modules/logrotate/default.nix
Chris Toph ee1ed4739e Complete Merge of all Hosts
WIP but should should be mostly working
2024-09-22 01:07:26 -04:00

6 lines
No EOL
99 B
Nix

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