From d0a6b44ca854b725d8ec6c5e2605836fc550449b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Jul 2026 18:17:20 +0300 Subject: fix(gitsyncer): correct f1 backup host/path to paul@f1.lan:/srv/data/enc/git --- gitsyncer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ], -- cgit v1.2.3