diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index a9f88aa..5cbfba0 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -193,6 +193,9 @@ "/home/dennis/notes" "/main/share" ]; + pruneOpts = [ + "--keep-last 3" + ]; timerConfig = { onCalendar = "daily"; Persistent = true;