From d7aabfaa4be03b7db166dc3ce15843f9b3934337 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:53:51 -0500 Subject: [PATCH] 290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 72117f1..6e653c5 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -83,6 +83,7 @@ in "$BORG_REPO::$archive" \ ${lib.concatStringsSep " " bak_paths.paths} '' + ) cfg.baks)} else # flatten all paths from cfg.baks into one big list all_paths="${ @@ -107,7 +108,6 @@ in --keep-daily=7 \ --keep-weekly=52 \ --keep-monthly=-1 - ) cfg.baks)} echo "backup run complete at \"$BORG_REPO::$archive\"" ''; };