fix(services/synapse): remove ipv6 blacklist
Some checks failed
Nix CI / build (push) Failing after 37s

This commit is contained in:
Rustam Efimov 2026-04-16 07:48:46 +03:00
parent 18878bde64
commit 0663843edb
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ let
;
in
with lib;
mkIf enable {
mk If enable {
services.matrix-synapse = {
inherit enable;
enableRegistrationScript = true;
@ -73,7 +73,6 @@ mkIf enable {
"::1/128"
"fe80::/10"
"fc00::/7"
"::/0" # disable IPv6 (temporary)
];
url_preview_enabled = true;