From fd553ec4ca61266e8561225fde2d7231607f374d Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:29:08 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 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 815be8b..e31ae83 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -51,7 +51,7 @@ in # the actual script borg is using ExecStart = pkgs.writeShellScript "borg-backup" '' set -euo pipefail - export BORG_PASSPHRASE="$(cat ${passwd_file})" + export BORG_PASSPHRASE="$(cat ${cfg.passwd_file})" export BORG_REPO="${cfg.repo}" timestamp="$(date +'%Y-%m-%d_%H:%M:%S')"