fix: use the proper path for finding the borg ssh key
This commit is contained in:
parent
e4f8faf9d0
commit
2fc516c438
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue