fix: use the proper path for finding the borg ssh key

This commit is contained in:
buffet 2024-04-20 17:28:22 +02:00
parent e4f8faf9d0
commit 2fc516c438

View file

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