add helsinki-box as borg target

This commit is contained in:
Yan Lin 2026-02-15 08:47:07 +01:00
parent 541106db2c
commit da0a52a018
4 changed files with 10 additions and 16 deletions

View file

@ -75,7 +75,7 @@
# Borg backup configuration
services.borg-client-custom = {
enable = true;
repositoryUrl = "ssh://vps@thinkpad/./";
repositoryUrl = "ssh://helsinki-box/./vps";
backupPaths = [
"/var/lib/mongodb"
];