From f53c815437b17a7232b2e3afca23819ed0de3ab4 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 00:16:27 -0500 Subject: [PATCH] 340 current 2025-10-11 23:47:35 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 595c1a3..922ac44 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -91,6 +91,7 @@ in --keep-weekly=52 \ --keep-monthly=-1 echo "backup run complete at \"$BORG_REPO::$archive\"" + exit 0 '' ) cfg.baks)} else @@ -117,6 +118,7 @@ in --keep-weekly=52 \ --keep-monthly=-1 echo "backup run complete at \"$BORG_REPO::${toString config.networking.hostName}\"" + exit 0 fi ''; };