From 351f9116741bc747f356437292ee8c484a7f1898 Mon Sep 17 00:00:00 2001 From: martyTF Date: Thu, 14 May 2026 00:10:48 +0200 Subject: [PATCH] fix --- 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 e734ae1..928e968 100644 --- a/modules/server/social/synapse.nix +++ b/modules/server/social/synapse.nix @@ -19,7 +19,7 @@ in { options = { - server.synapse = { + server.social.synapse = { enable = lib.mkEnableOption "enable synapse"; subdomain = lib.mkOption { default = "yap";