From 6e87a94b20bf0fbd9b21b1f7494c7af41f8040ca Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 13:40:21 +0200 Subject: [PATCH] path to custom ssh key --- features/server/backups.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/features/server/backups.nix b/features/server/backups.nix index b7f3fcc..70540b2 100644 --- a/features/server/backups.nix +++ b/features/server/backups.nix @@ -71,6 +71,7 @@ ]; exclude_patterns = [ "/home/*/.cache" ]; encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword"; + ssh_command = "ssh -i /home/homelab/.ssh/backup/id_ed25519"; }; }; };