Trigger logrotate service daily instead of hourly

This commit is contained in:
2022-06-16 01:40:00 +02:00
parent bcce239a93
commit a4aeb9d398

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 = {