From 2a301ca65d0af60ebd6219da387a133c46ebcb45 Mon Sep 17 00:00:00 2001 From: martyTF Date: Thu, 14 May 2026 00:12:39 +0200 Subject: [PATCH] argh --- modules/server/social/synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {