nixos/simpcraft: Update at odd intervals
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 25m52s

This commit is contained in:
Jack O'Sullivan 2024-01-19 00:46:55 +00:00
parent 0f1de58917
commit 0e8aec58fb

View File

@ -113,7 +113,8 @@ in
doInit = true;
encryption.mode = "none";
compression = "zstd,10";
startAt = "*:00/10:00"; # every 10 minutes
# every ~15 minutes offset from 5 minute intervals (Minecraft seems to save at precise times?)
startAt = "*:03,17,33,47";
prune.keep = {
within = "1d";
hourly = 48;