feat: new borg key

This commit is contained in:
buffet 2024-07-30 20:24:34 +02:00
parent bc340fe34e
commit 9580a02477
2 changed files with 2 additions and 2 deletions

View file

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

View file

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