setup thinkpad borg server

This commit is contained in:
Yan Lin 2026-02-14 17:25:31 +01:00
parent a4d208591b
commit 6821e1e3a5
3 changed files with 18 additions and 8 deletions

View file

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