hippocampus: matrix: discord bot? (fix parens)
This commit is contained in:
@@ -337,6 +337,7 @@ in {
|
|||||||
# You should not enable this option unless you understand all the implications.
|
# You should not enable this option unless you understand all the implications.
|
||||||
disable_device_change_key_rotation = false;
|
disable_device_change_key_rotation = false;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Settings for provisioning API
|
# Settings for provisioning API
|
||||||
provisioning = {
|
provisioning = {
|
||||||
@@ -419,7 +420,6 @@ in {
|
|||||||
as_token = "$MAUTRIX_DISCORD_APPSERVICE_AS_TOKEN";
|
as_token = "$MAUTRIX_DISCORD_APPSERVICE_AS_TOKEN";
|
||||||
hs_token = "$MAUTRIX_DISCORD_APPSERVICE_HS_TOKEN";
|
hs_token = "$MAUTRIX_DISCORD_APPSERVICE_HS_TOKEN";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
serviceDependencies = [ config.services.mautrix-discord.registrationServiceUnit ]
|
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-synapse.enable config.services.matrix-synapse.serviceUnit)
|
||||||
++ (lib.lists.optional config.services.matrix-conduit.enable "matrix-conduit.service")
|
++ (lib.lists.optional config.services.matrix-conduit.enable "matrix-conduit.service")
|
||||||
|
|||||||
Reference in New Issue
Block a user