1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix backup persist settings

This commit is contained in:
RGBCube 2024-10-17 12:35:57 +03:00
parent 07b521b441
commit ed17966d6f
No known key found for this signature in database

View file

@ -12,10 +12,9 @@ serverSystemConfiguration {
initialize = true;
pruneOpts = [
"--keep-daily unlimited"
"--keep-weekly unlimited"
"--keep-monthly 6"
"--keep-yearly 12"
"--keep-daily 7"
"--keep-weekly 4"
"--keep-monthly 12"
];
});
};