summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 19:55:51 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 19:55:51 +0200
commite39383b1ca2ef207f4605db324a6e6b2775f40c6 (patch)
tree2dd43d135adbc02364bc65ea68641ffde40450d5
parent80e2c67775730fccae0bb9139ec5239518c77da5 (diff)
Update gitsyncer backup location to self-hosted git-server
Migrated from t450 to the new git-server in f3s cluster: - From: paul@t450:git - To: git@git-server:/repos/repos Using SSH on port 30022 with git user (not root NFS access). Successfully migrated 39 repositories.
-rw-r--r--dotfiles/gitsyncer/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/gitsyncer/config.json b/dotfiles/gitsyncer/config.json
index 3ebb778..04a67fd 100644
--- a/dotfiles/gitsyncer/config.json
+++ b/dotfiles/gitsyncer/config.json
@@ -9,7 +9,7 @@
"name": "snonux"
},
{
- "host": "paul@t450:git",
+ "host": "git@git-server:/repos/repos",
"backupLocation": true
}
],