enforce proxy for borg backup

This commit is contained in:
Yan Lin 2025-12-11 10:57:52 +01:00
parent 52fefb914b
commit d8f8b6153a

View file

@ -54,17 +54,11 @@
identityFile = "~/Credentials/ssh_keys/hetzner"; identityFile = "~/Credentials/ssh_keys/hetzner";
}; };
"backup-box" = {
hostname = "u515619.your-storagebox.de";
user = "u515619";
identityFile = "~/Credentials/ssh_keys/hetzner";
port = 23;
};
"borg-server" = { "borg-server" = {
hostname = "vpn.thinkpad.yanlincs.com"; hostname = "vpn.thinkpad.yanlincs.com";
user = "borg"; user = "borg";
identityFile = "~/Credentials/ssh_keys/thinkpad"; identityFile = "~/Credentials/ssh_keys/thinkpad";
proxyJump = "vps";
}; };
}; };