minor fix

This commit is contained in:
Yan Lin 2026-01-19 11:18:43 +01:00
parent 364bd36c24
commit 66f94c827c

View file

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