From 18914f9ab18eeff5e9c36d4585aa9dc3e074f4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 11 Jun 2024 15:35:40 +0200 Subject: [PATCH] add users --- modules/web01/matrix-synapse.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/web01/matrix-synapse.nix b/modules/web01/matrix-synapse.nix index 9730588..71c6abb 100644 --- a/modules/web01/matrix-synapse.nix +++ b/modules/web01/matrix-synapse.nix @@ -2,4 +2,7 @@ { imports = [ self.inputs.clan-core.clanModules.matrix-synapse ]; clan.matrix-synapse.domain = "clan.lol"; + + clan.matrix-synapse.users.admin = { admin = true; }; + clan.matrix-synapse.users.monitoring = {}; }