From 2eafe082bac12e7cf7ca115fe5528b9e9380345b Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:52:48 -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 dd68a81..72117f1 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -82,6 +82,7 @@ in --compression lzma,9 \ "$BORG_REPO::$archive" \ ${lib.concatStringsSep " " bak_paths.paths} + '' else # flatten all paths from cfg.baks into one big list all_paths="${ @@ -106,7 +107,6 @@ in --keep-daily=7 \ --keep-weekly=52 \ --keep-monthly=-1 - '' ) cfg.baks)} echo "backup run complete at \"$BORG_REPO::$archive\"" '';