enable borg client on thinkpad

This commit is contained in:
Yan Lin 2026-02-15 08:06:24 +01:00
parent 09670b1acc
commit 541106db2c

View file

@ -204,9 +204,14 @@
}; };
services.borg-client-custom = { services.borg-client-custom = {
enable = false; enable = true;
repositoryUrl = "ssh://borg-box/./thinkpad"; repositoryUrl = "ssh://borg-box/./thinkpad";
backupPaths = [ backupPaths = [
"/home/yanlin/Archive"
"/home/yanlin/Credentials"
"/home/yanlin/Documents"
"/home/yanlin/Media"
"/home/yanlin/DCIM"
]; ];
backupFrequency = "*-*-* 00:00:00"; backupFrequency = "*-*-* 00:00:00";
retention = { retention = {