From e9bdb9fc2aaeb26e2aaaac885a6b694aaee670a8 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 23 Mar 2026 21:34:13 -0400 Subject: [PATCH] hippocampus: matrix: discord puppet fixes --- machines/hippocampus/servers/public/matrix/bots/discord.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/hippocampus/servers/public/matrix/bots/discord.nix b/machines/hippocampus/servers/public/matrix/bots/discord.nix index 61141e9..d4eff07 100644 --- a/machines/hippocampus/servers/public/matrix/bots/discord.nix +++ b/machines/hippocampus/servers/public/matrix/bots/discord.nix @@ -195,7 +195,7 @@ in { }; # Servers to always allow double puppeting from double_puppet_server_map = { - example.com = "https://example.com"; + "glia.club" = "https://glia.club"; }; # Allow using double puppeting from any server with a valid client .well-known file. double_puppet_allow_discovery = false; @@ -205,7 +205,7 @@ in { # instead of users having to find an access token and run `login-matrix` # manually. login_shared_secret_map = { - example.com = "foobar"; + "glia.club" = "$MAUTRIX_DISCORD_DOUBLE_PUPPET"; }; # The prefix for commands. Only required in non-management rooms.