From 2fc516c4380f572864187a4ad53e4f26b628ca9e Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 20 Apr 2024 17:28:22 +0200 Subject: [PATCH] fix: use the proper path for finding the borg ssh key --- hosts/ami/borg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/borg.nix b/hosts/ami/borg.nix index 8924796..6e43c51 100644 --- a/hosts/ami/borg.nix +++ b/hosts/ami/borg.nix @@ -18,7 +18,7 @@ in { }; startAt = "daily"; persistentTimer = true; - environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg"; + environment.BORG_RSH = "ssh -i /root/.ssh/id_borg"; extraArgs = "--remote-path borg1"; prune.keep = { within = "1d";