path to custom ssh key

This commit is contained in:
Harry 2024-08-25 13:40:21 +02:00
parent a3cf4ca327
commit 6e87a94b20

View file

@ -71,6 +71,7 @@
]; ];
exclude_patterns = [ "/home/*/.cache" ]; exclude_patterns = [ "/home/*/.cache" ];
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword"; encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";
ssh_command = "ssh -i /home/homelab/.ssh/backup/id_ed25519";
}; };
}; };
}; };