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

@ -73,7 +73,6 @@ mkIf enable {
"::1/128" "::1/128"
"fe80::/10" "fe80::/10"
"fc00::/7" "fc00::/7"
"::/0" # disable IPv6 (temporary)
]; ];
url_preview_enabled = true; url_preview_enabled = true;