about summary refs log tree commit diff
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authorFrédéric Tobias Christ <dev@ntr.li>2023-07-02 17:44:51 +0200
committerFrédéric Tobias Christ <dev@ntr.li>2023-07-02 17:44:51 +0200
commitbb55edd515ac095c775652923d38b40637c690e9 (patch)
treefdecd87c73e4768695eaf7bbf1e20b60665da96b /nixos/modules/services/matrix
parent4df93f374d8372bd1af11a8967e8ac20c4a3b99b (diff)
downloadnixlib-bb55edd515ac095c775652923d38b40637c690e9.tar
nixlib-bb55edd515ac095c775652923d38b40637c690e9.tar.gz
nixlib-bb55edd515ac095c775652923d38b40637c690e9.tar.bz2
nixlib-bb55edd515ac095c775652923d38b40637c690e9.tar.lz
nixlib-bb55edd515ac095c775652923d38b40637c690e9.tar.xz
nixlib-bb55edd515ac095c775652923d38b40637c690e9.tar.zst
nixlib-bb55edd515ac095c775652923d38b40637c690e9.zip
mautrix-telegram: 0.14.0 -> 0.14.1
Add new configuration option regarding IPv6 support to the example.

Diff: https://github.com/mautrix/telegram/compare/refs/tags/v0.14.0...v0.14.1
Changelog: https://github.com/mautrix/telegram/releases/tag/v0.14.1
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/mautrix-telegram.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/matrix/mautrix-telegram.nix b/nixos/modules/services/matrix/mautrix-telegram.nix
index b64cc71d9873..17032ed808e9 100644
--- a/nixos/modules/services/matrix/mautrix-telegram.nix
+++ b/nixos/modules/services/matrix/mautrix-telegram.nix
@@ -80,6 +80,9 @@ in {
               "example.com" = "full";
               "@admin:example.com" = "admin";
             };
+            telegram = {
+              connection.use_ipv6 = true;
+            };
           }
         '';
         description = lib.mdDoc ''