diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-21 18:17:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-21 18:17:20 +0300 |
| commit | d0a6b44ca854b725d8ec6c5e2605836fc550449b (patch) | |
| tree | a9180f854daa162efa4097452f421f0fb57d7211 | |
| parent | 21fe7d2ef07fd7b1ee2be298c20419ac31be82a6 (diff) | |
fix(gitsyncer): correct f1 backup host/path to paul@f1.lan:/srv/data/enc/git
| -rw-r--r-- | gitsyncer/config.json | 2 |
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 } ], |
