about summary refs log tree commit diff
path: root/modules/services/backup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/services/backup/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/services/backup/default.nix b/modules/services/backup/default.nix
index 4e7fc23..d681a07 100644
--- a/modules/services/backup/default.nix
+++ b/modules/services/backup/default.nix
@@ -50,11 +50,10 @@ in
       type = with types; listOf str;
       default = [
         "--keep-last 10"
-        "--keep-hourly 24"
         "--keep-daily 7"
         "--keep-weekly 4"
-        "--keep-monthly 12"
-        "--keep-yearly 100"
+        "--keep-monthly 8"
+        "--keep-yearly 2"
       ];
       example = [ "--keep-last 5" "--keep-weekly 2" ];
       description = ''