From 2031aa443fae04585e6b99f145d8de6b5490ac6c Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:47:35 -0500 Subject: [PATCH] 290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index d05959d..b414e4d 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -83,12 +83,12 @@ in "$BORG_REPO::$archive" \ ${lib.concatStringsSep " " bak_paths.paths} else - # flatten all paths from cfg.baks into one big list - all_paths="${ - lib.concatStringsSep " " - (lib.flatten - (lib.mapAttrsToList (_: bak: bak.paths) cfg.baks)) - }" + ## flatten all paths from cfg.baks into one big list + # all_paths="${ + # lib.concatStringsSep " " + # (lib.flatten + # (lib.mapAttrsToList (_: bak: bak.paths) cfg.baks)) + # }" archive="$timestamp-${toString config.networking.hostName}" borg create \ --verbose \