From eb9c10dbfd356d1b577061c44481bc4d50af9354 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 15:10:05 -0500 Subject: [PATCH] 24 current 2025-10-07 14:53:20 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 b957643..4dae91f 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -54,7 +54,7 @@ in --stats \ --show-rc \ --compression lz4 \ - "$BORG_REPO::${config.networking.hostName)-$(date +'%Y-%m-%dT%H:%M:%S')" \ + "$BORG_REPO::${config.networking.hostName}-$(date +'%Y-%m-%dT%H:%M:%S')" \ ${lib.concatStringsSep " " cfg.paths} # Prune old backups according to retention policy