From 78150703bee5017e42ce5910e9746d67d3a428aa Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 8 May 2025 11:48:48 +0800 Subject: [PATCH] modules.services.snapper: lower snap --- modules/services/snapper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/snapper.nix b/modules/services/snapper.nix index feb2cfac..c28a441f 100644 --- a/modules/services/snapper.nix +++ b/modules/services/snapper.nix @@ -18,9 +18,9 @@ inputs: TIMELINE_CLEANUP = true; TIMELINE_MIN_AGE = 1800; TIMELINE_LIMIT_HOURLY = 10; - TIMELINE_LIMIT_DAILY = 7; - TIMELINE_LIMIT_WEEKLY = 3; - TIMELINE_LIMIT_MONTHLY = 1; + TIMELINE_LIMIT_DAILY = 3; + TIMELINE_LIMIT_WEEKLY = 1; + TIMELINE_LIMIT_MONTHLY = 0; TIMELINE_LIMIT_YEARLY = 0; }; })