switch borg repo to thinkpad

This commit is contained in:
Yan Lin 2025-12-02 02:29:32 +01:00
parent 80c6638c28
commit c4354805e5
2 changed files with 6 additions and 1 deletions

View file

@ -223,7 +223,7 @@
services.borg-client-custom = { services.borg-client-custom = {
enable = true; enable = true;
# Use SSH alias from SSH config for remote backup to thinkpad borg server # Use SSH alias from SSH config for remote backup to thinkpad borg server
repositoryUrl = "ssh://borg-box/./hs"; repositoryUrl = "ssh://hs@borg-thinkpad/./hs";
backupPaths = [ backupPaths = [
"/mnt/storage/appbulk/immich/library/" "/mnt/storage/appbulk/immich/library/"
"/mnt/storage/Media/DCIM" "/mnt/storage/Media/DCIM"

View file

@ -61,6 +61,11 @@
identityFile = "~/.ssh/keys/hetzner"; identityFile = "~/.ssh/keys/hetzner";
}; };
"borg-thinkpad" = {
hostname = "vpn.thinkpad.yanlincs.com";
identityFile = "~/.ssh/keys/thinkpad";
};
}; };
}; };
} }