Change hs backup repo to thinkpad

This commit is contained in:
Yan Lin 2025-09-13 21:31:14 +02:00
parent ec6731f752
commit edfca7674e

View file

@ -245,8 +245,8 @@
# Borg backup configuration # Borg backup configuration
services.borgbackup-custom = { services.borgbackup-custom = {
enable = true; enable = true;
# Use SSH alias from SSH config for remote backup # Use SSH alias from SSH config for remote backup to thinkpad borg server
repositoryUrl = "ssh://storage-box/./hs"; repositoryUrl = "ssh://borg-backup/./hs";
backupPaths = [ backupPaths = [
"/home" "/home"
"/var/lib/containers" "/var/lib/containers"