From 63985600a8941310bc5a723b91587e3d6a327ee3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 24 Aug 2022 04:39:55 +0000 Subject: [PATCH] Correct DB name to backup --- hosts/linode/postgres.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linode/postgres.nix b/hosts/linode/postgres.nix index df3a507..fd2da32 100644 --- a/hosts/linode/postgres.nix +++ b/hosts/linode/postgres.nix @@ -31,7 +31,7 @@ root root postgres enable = true; databases = [ "nextcloud" - "matrix-synapse" + "synapse" ]; };