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" ]; };