Trigger logrotate service daily instead of hourly

This commit is contained in:
coolneng 2022-06-16 01:40:00 +02:00
parent bcce239a93
commit a4aeb9d398
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ in {
};
};
};
systemd.services.logrotate.startAt = lib.mkForce "12:00:00";
# Allow propietary software and build packages with Pulseaudio support
nixpkgs.config = {