From e0b7df1590521ee2ba00972483c0c9a54d540564 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Wed, 26 Jun 2024 14:35:10 +0200 Subject: [PATCH] Add matrix-bot user --- modules/web01/matrix-synapse.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web01/matrix-synapse.nix b/modules/web01/matrix-synapse.nix index 749a6bc..01fa466 100644 --- a/modules/web01/matrix-synapse.nix +++ b/modules/web01/matrix-synapse.nix @@ -7,4 +7,5 @@ admin = true; }; clan.matrix-synapse.users.monitoring = { }; + clan.matrix-synapse.users.clan-bot = { }; }