feat: added syncthing

This commit is contained in:
Nick 2025-10-10 01:06:41 -05:00
parent d3dd25e0d3
commit 96b5a31558

View file

@ -15,7 +15,7 @@ let
service = forgejo;
localhost = web.localhost.address0;
host = service.domains.url0;
backupPath = "${syncthing.paths.path0}/${service.name}";
backupPath = "${syncthing.paths.path0}/postgres-backups/${service.name}";
in
{
services = {