From 0d85fc7ef3a12b43e6caf8c985a6da9eafec1534 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 15:25:07 -0500 Subject: [PATCH] 25 current 2025-10-07 15:19:25 25.05.20251001.5b5be50 6.12.49 * --- 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 1dd2d35..a483a28 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -59,7 +59,7 @@ in --stats \ --show-rc \ --compression lz4 \ - "$BORG_REPO::${toString config.networking.hostName}-$(date +'%Y-%m-%dT%H:%M:%S')" \ + "$BORG_REPO::${host}-$(date +'%Y-%m-%dT%H:%M:%S')" \ ${lib.concatStringsSep " " cfg.paths} # Prune old backups according to retention policy