rework-keys #67
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ in {
|
|||
};
|
||||
startAt = "daily";
|
||||
persistentTimer = true;
|
||||
environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg";
|
||||
environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg_ed25519";
|
||||
extraArgs = "--remote-path borg1";
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
|
|
|
@ -18,7 +18,7 @@ in {
|
|||
};
|
||||
startAt = "daily";
|
||||
persistentTimer = true;
|
||||
environment.BORG_RSH = "ssh -i /root/.ssh/id_borg";
|
||||
environment.BORG_RSH = "ssh -i /root/.ssh/id_borg_ed25519";
|
||||
extraArgs = "--remote-path borg1";
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
|
|
Loading…
Reference in a new issue