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 = {