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

This commit is contained in:
Rustam Efimov 2026-04-16 07:50:25 +03:00
parent 18878bde64
commit 8b985ac408
No known key found for this signature in database

View file

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