diff --git a/modules/server/social/synapse.nix b/modules/server/social/synapse.nix index 8b073fe..aba373b 100644 --- a/modules/server/social/synapse.nix +++ b/modules/server/social/synapse.nix @@ -33,7 +33,7 @@ in }; config = { services = - if config.server.synapse.enable then + if config.server.social.synapse.enable then { postgresql.enable = true; matrix-synapse = {