fix: use the proper path for finding the borg ssh key

This commit is contained in:
buffet 2024-04-20 17:28:22 +02:00
parent e4f8faf9d0
commit 2fc516c438

View file

@ -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";