From 3cb33d5ecbca40b30c91ebc1825d5e5e2095d439 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 2 Nov 2025 10:09:49 +0100 Subject: fix: set TMPDIR environment variable for borgbackup job --- hosts/sachiel/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/sachiel') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 4a9b297..4372836 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -183,7 +183,10 @@ ]; repo = "h8xn8qvo@h8xn8qvo.repo.borgbase.com:repo"; encryption.mode = "none"; - environment.BORG_RSH = "ssh -i /home/${username}/.ssh/borgbase-nextcloud -o StrictHostKeyChecking=accept-new"; + environment = { + BORG_RSH = "ssh -i /home/${username}/.ssh/borgbase-nextcloud -o StrictHostKeyChecking=accept-new"; + TMPDIR = "/var/tmp"; + }; compression = "auto,lzma"; startAt = "daily"; readWritePaths = [ -- cgit v1.3.1