From 8f97be72f0a4eb4abf309779247f6c40025a2476 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 15 Mar 2026 11:55:41 -0400 Subject: [PATCH] fix --- system/machines/server/modules/backup/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machines/server/modules/backup/default.nix b/system/machines/server/modules/backup/default.nix index ea7b7bd..cf02ea0 100644 --- a/system/machines/server/modules/backup/default.nix +++ b/system/machines/server/modules/backup/default.nix @@ -22,7 +22,7 @@ let echo "Starting backup: $BACKUP_NAME" echo "Paths: ${concatStringsSep " " cfg.paths}" - export PATH="${pkgs.age-plugin-yubikey}/bin:$PATH" + export PATH="${pkgs.gzip}/bin:${pkgs.age-plugin-yubikey}/bin:$PATH" ${pkgs.gnutar}/bin/tar -C / ${excludeArgs}-czf - ${concatStringsSep " " tarPaths} | \ ${pkgs.age}/bin/age ${recipientArgs} -o "$TEMP_DIR/$BACKUP_NAME"