rework-keys #67

Merged
chef merged 3 commits from rework-keys into main 2024-07-30 19:24:57 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9580a02477 - Show all commits

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