fix(services/synapse): remove ipv6 blacklist
Some checks failed
Nix CI / build (push) Failing after 37s
Some checks failed
Nix CI / build (push) Failing after 37s
This commit is contained in:
parent
18878bde64
commit
0663843edb
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue