hippocampus: matrix: discord bot? (fix parens)

This commit is contained in:
2026-03-23 21:17:22 -04:00
parent 6d2cc86b65
commit 23f314a4ee

View File

@@ -337,6 +337,7 @@ in {
# You should not enable this option unless you understand all the implications.
disable_device_change_key_rotation = false;
};
};
# Settings for provisioning API
provisioning = {
@@ -419,7 +420,6 @@ in {
as_token = "$MAUTRIX_DISCORD_APPSERVICE_AS_TOKEN";
hs_token = "$MAUTRIX_DISCORD_APPSERVICE_HS_TOKEN";
};
};
serviceDependencies = [ config.services.mautrix-discord.registrationServiceUnit ]
++ (lib.lists.optional config.services.matrix-synapse.enable config.services.matrix-synapse.serviceUnit)
++ (lib.lists.optional config.services.matrix-conduit.enable "matrix-conduit.service")