From 1eb60294cb79411dac0ec734c58d252b90713930 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:48:30 -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 b414e4d..7c19761 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -89,7 +89,7 @@ in # (lib.flatten # (lib.mapAttrsToList (_: bak: bak.paths) cfg.baks)) # }" - archive="$timestamp-${toString config.networking.hostName}" + archive="$timestamp-${config.networking.hostName}" borg create \ --verbose \ --filter AME \