diff --git a/hosts/ami/borg.nix b/hosts/ami/borg.nix index 8924796..6e43c51 100644 --- a/hosts/ami/borg.nix +++ b/hosts/ami/borg.nix @@ -18,7 +18,7 @@ in { }; startAt = "daily"; 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"; prune.keep = { within = "1d";