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";
|
startAt = "daily";
|
||||||
persistentTimer = true;
|
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";
|
extraArgs = "--remote-path borg1";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
within = "1d";
|
within = "1d";
|
||||||
|
|
Loading…
Reference in a new issue