From 96b5a31558b1cee90e539521e9af2504f82827bf Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 10 Oct 2025 01:06:41 -0500 Subject: [PATCH] feat: added syncthing --- modules/nixos/services/forgejo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/services/forgejo/default.nix b/modules/nixos/services/forgejo/default.nix index 763dc20..844af16 100755 --- a/modules/nixos/services/forgejo/default.nix +++ b/modules/nixos/services/forgejo/default.nix @@ -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 = {