From 20bd2aa6636e27a8340bf844ff0c4bc3efec3645 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 21 May 2023 23:13:56 +0100 Subject: [PATCH] Daily and monthly snapshots only --- hosts/library/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index d3f1f93..c7d9a49 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -33,7 +33,11 @@ with lib.my; autoSnapshot = { enable = true; flags = "-k -p --utc"; + frequent = 0; + hourly = 0; daily = 7; + monthly = 1; + yearly = 0; }; };