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.