summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-21 18:17:20 +0300
committerPaul Buetow <paul@buetow.org>2026-07-21 18:17:20 +0300
commitd0a6b44ca854b725d8ec6c5e2605836fc550449b (patch)
treea9180f854daa162efa4097452f421f0fb57d7211
parent21fe7d2ef07fd7b1ee2be298c20419ac31be82a6 (diff)
fix(gitsyncer): correct f1 backup host/path to paul@f1.lan:/srv/data/enc/git
-rw-r--r--gitsyncer/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json
index ca88400..dd2f4f9 100644
--- a/gitsyncer/config.json
+++ b/gitsyncer/config.json
@@ -15,7 +15,7 @@
"descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos"
},
{
- "host": "paul@f1:/sr/data/enc/git",
+ "host": "paul@f1.lan:/srv/data/enc/git",
"backupLocation": true
}
],