From 50222fd7800e3c5a7bdebd0f67c8b6651f7e31bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 14 Jan 2024 09:04:02 +0000 Subject: [PATCH] make workstation backups run daily as they were using too many resources when ran hourly --- nixos/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/backups.nix b/nixos/backups.nix index 6fa6cdfb..51e28f59 100644 --- a/nixos/backups.nix +++ b/nixos/backups.nix @@ -13,7 +13,7 @@ ".config/Element/Cache" ".config/discord/Cache" ]; - timerConfig = {OnCalendar = "hourly";}; + timerConfig = {OnCalendar = "daily";}; pruneOpts = [ "--keep-hourly 25" "--keep-daily 8"